diff options
Diffstat (limited to 'kresources/scalix/scalixadmin/otheruserview.h')
-rw-r--r-- | kresources/scalix/scalixadmin/otheruserview.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kresources/scalix/scalixadmin/otheruserview.h b/kresources/scalix/scalixadmin/otheruserview.h index 6eacc93c9..def14a84b 100644 --- a/kresources/scalix/scalixadmin/otheruserview.h +++ b/kresources/scalix/scalixadmin/otheruserview.h @@ -30,9 +30,9 @@ class OtherUserView : public KListView Q_OBJECT public: - OtherUserView( OtherUserManager *manager, QWidget *parent = 0 ); + OtherUserView( OtherUserManager *manager, TQWidget *parent = 0 ); - QString selectedUser() const; + TQString selectedUser() const; private slots: void userChanged(); |