summaryrefslogtreecommitdiffstats
path: root/kresources/scalix/scalixadmin/otherusermanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'kresources/scalix/scalixadmin/otherusermanager.h')
-rw-r--r--kresources/scalix/scalixadmin/otherusermanager.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/kresources/scalix/scalixadmin/otherusermanager.h b/kresources/scalix/scalixadmin/otherusermanager.h
index 6f7f9ac7..90d7195a 100644
--- a/kresources/scalix/scalixadmin/otherusermanager.h
+++ b/kresources/scalix/scalixadmin/otherusermanager.h
@@ -21,8 +21,8 @@
#ifndef OTHERUSERMANAGER_H
#define OTHERUSERMANAGER_H
-#include <qobject.h>
-#include <qstringlist.h>
+#include <tqobject.h>
+#include <tqstringlist.h>
class OtherUserManager : public QObject
{
@@ -32,16 +32,16 @@ class OtherUserManager : public QObject
OtherUserManager();
~OtherUserManager();
- void addOtherUser( const QString &email );
+ void addOtherUser( const TQString &email );
void clear();
- QStringList otherUsers() const;
+ TQStringList otherUsers() const;
signals:
void changed();
private:
- QStringList mOtherUsers;
+ TQStringList mOtherUsers;
};
#endif