summaryrefslogtreecommitdiffstats
path: root/kitchensync/libqopensync/syncchange.h
diff options
context:
space:
mode:
Diffstat (limited to 'kitchensync/libqopensync/syncchange.h')
-rw-r--r--kitchensync/libqopensync/syncchange.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/kitchensync/libqopensync/syncchange.h b/kitchensync/libqopensync/syncchange.h
index 53d9c4401..2afaddcc4 100644
--- a/kitchensync/libqopensync/syncchange.h
+++ b/kitchensync/libqopensync/syncchange.h
@@ -25,6 +25,7 @@
#include <libqopensync/member.h>
class OSyncChange;
+class OSyncObjFormat;
namespace QSync {
@@ -74,7 +75,7 @@ class SyncChange
/**
Sets the data provided by the plugin.
*/
- void setData( const TQString &data );
+ void setData( const TQString &data, OSyncObjFormat *format );
/**
Returns the data provided by the plugin.
@@ -94,7 +95,7 @@ class SyncChange
/**
Returns the parent member of this change.
*/
- Member member() const;
+// Member member() const;
/**
Sets the change type.