diff options
Diffstat (limited to 'kresources/scalix/scalixadmin/otherusermanager.h')
-rw-r--r-- | kresources/scalix/scalixadmin/otherusermanager.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kresources/scalix/scalixadmin/otherusermanager.h b/kresources/scalix/scalixadmin/otherusermanager.h index 6f7f9ac77..90d7195a4 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 |