|
|
@ -0,0 +1,24 @@ |
|
|
|
diff -ruN kdepim-3.4.0/kitchensync/libkonnector2/plugins/syncml/mlsynchistory.h kdepim-3.4.0-new/kitchensync/libkonnector2/plugins/syncml/mlsynchistory.h
|
|
|
|
--- kdepim-3.4.0/kitchensync/libkonnector2/plugins/syncml/mlsynchistory.h 2005-05-24 16:51:34.000000000 +0200
|
|
|
|
+++ kdepim-3.4.0-new/kitchensync/libkonnector2/plugins/syncml/mlsynchistory.h 2005-05-24 16:49:34.000000000 +0200
|
|
|
|
@@ -3,6 +3,7 @@
|
|
|
|
#define KSYNCML_SYNC_HISTORY_H |
|
|
|
|
|
|
|
#include <qmap.h> |
|
|
|
+#include <kdebug.h>
|
|
|
|
|
|
|
|
//#include <addressbooksyncee.h> |
|
|
|
//#include <bookmarksyncee.h> |
|
|
|
diff -ruN kdepim-3.4.0/kitchensync/libkonnector2/plugins/syncml/syncmldatabase.cpp kdepim-3.4.0-new/kitchensync/libkonnector2/plugins/syncml/syncmldatabase.cpp
|
|
|
|
--- kdepim-3.4.0/kitchensync/libkonnector2/plugins/syncml/syncmldatabase.cpp 2005-05-24 16:51:43.000000000 +0200
|
|
|
|
+++ kdepim-3.4.0-new/kitchensync/libkonnector2/plugins/syncml/syncmldatabase.cpp 2005-05-24 16:47:29.000000000 +0200
|
|
|
|
@@ -57,7 +57,8 @@
|
|
|
|
|
|
|
|
void SyncMLDatabase::setRemoteURI(const QString & remoteID) |
|
|
|
{ |
|
|
|
- remoteURI = SMLURI(remoteID);
|
|
|
|
+ remoteURI = remoteID;
|
|
|
|
+ //remoteURI = SMLURI(remoteID);
|
|
|
|
} |
|
|
|
|
|
|
|
void SyncMLDatabase::initializeDatabase(const QString & remoteDeviceID) |