diff options
Diffstat (limited to 'kitchensync/libqopensync/syncchange.h')
-rw-r--r-- | kitchensync/libqopensync/syncchange.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/kitchensync/libqopensync/syncchange.h b/kitchensync/libqopensync/syncchange.h index 775d3a8ed..53d9c4401 100644 --- a/kitchensync/libqopensync/syncchange.h +++ b/kitchensync/libqopensync/syncchange.h @@ -54,32 +54,32 @@ class SyncChange /** Sets the uid of this change. */ - void setUid( const QString &uid ); + void setUid( const TQString &uid ); /** Returns the uid of this change. */ - QString uid() const; + TQString uid() const; /** Sets the hash of this change. */ - void setHash( const QString &hash ); + void setHash( const TQString &hash ); /** Returns the hash of this change. */ - QString hash() const; + TQString hash() const; /** Sets the data provided by the plugin. */ - void setData( const QString &data ); + void setData( const TQString &data ); /** Returns the data provided by the plugin. */ - QString data() const; + TQString data() const; /** Returns whether the change contains data. @@ -89,7 +89,7 @@ class SyncChange /** Returns the object format name. */ - QString objectFormatName() const; + TQString objectFormatName() const; /** Returns the parent member of this change. |