summaryrefslogtreecommitdiffstats
path: root/kitchensync/libqopensync/group.h
diff options
context:
space:
mode:
Diffstat (limited to 'kitchensync/libqopensync/group.h')
-rw-r--r--kitchensync/libqopensync/group.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/kitchensync/libqopensync/group.h b/kitchensync/libqopensync/group.h
index e03365dfe..750e7c41c 100644
--- a/kitchensync/libqopensync/group.h
+++ b/kitchensync/libqopensync/group.h
@@ -22,8 +22,8 @@
#ifndef QSYNC_GROUP_H
#define QSYNC_GROUP_H
-#include <qdatetime.h>
-#include <qstringlist.h>
+#include <tqdatetime.h>
+#include <tqstringlist.h>
#include <libqopensync/filter.h>
#include <libqopensync/member.h>
@@ -42,8 +42,8 @@ class GroupConfig
public:
GroupConfig();
- QStringList activeObjectTypes() const;
- void setActiveObjectTypes( const QStringList &objectTypes );
+ TQStringList activeObjectTypes() const;
+ void setActiveObjectTypes( const TQStringList &objectTypes );
private:
OSyncGroup *mGroup;
@@ -119,22 +119,22 @@ class Group
/**
Sets the name of the group.
*/
- void setName( const QString &name );
+ void setName( const TQString &name );
/**
Returns the name of the group.
*/
- QString name() const;
+ TQString name() const;
/**
Sets the time of the last successfull synchronization.
*/
- void setLastSynchronization( const QDateTime &dateTime );
+ void setLastSynchronization( const TQDateTime &dateTime );
/**
Returns the time of the last successfull synchronization.
*/
- QDateTime lastSynchronization() const;
+ TQDateTime lastSynchronization() const;
/**
Locks the group.
@@ -186,13 +186,13 @@ class Group
Set, if the object type with given name is enabled for synchronisation for
this group.
*/
- void setObjectTypeEnabled( const QString &objectType, bool enabled );
+ void setObjectTypeEnabled( const TQString &objectType, bool enabled );
/**
Returns whether the object type with given name is enabled for synchronisation for
this group.
*/
- bool isObjectTypeEnabled( const QString &objectType ) const;
+ bool isObjectTypeEnabled( const TQString &objectType ) const;
/**
Saves the configuration to hard disc.