mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
1.1 KiB

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