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, 2 insertions, 3 deletions
diff --git a/kitchensync/libqopensync/syncchange.h b/kitchensync/libqopensync/syncchange.h
index 2afaddcc4..53d9c4401 100644
--- a/kitchensync/libqopensync/syncchange.h
+++ b/kitchensync/libqopensync/syncchange.h
@@ -25,7 +25,6 @@
#include <libqopensync/member.h>
class OSyncChange;
-class OSyncObjFormat;
namespace QSync {
@@ -75,7 +74,7 @@ class SyncChange
/**
Sets the data provided by the plugin.
*/
- void setData( const TQString &data, OSyncObjFormat *format );
+ void setData( const TQString &data );
/**
Returns the data provided by the plugin.
@@ -95,7 +94,7 @@ class SyncChange
/**
Returns the parent member of this change.
*/
-// Member member() const;
+ Member member() const;
/**
Sets the change type.