diff options
Diffstat (limited to 'kresources/scalix/scalixadmin/otheruserview.h')
-rw-r--r-- | kresources/scalix/scalixadmin/otheruserview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kresources/scalix/scalixadmin/otheruserview.h b/kresources/scalix/scalixadmin/otheruserview.h index 36f5923b8..4f0170eba 100644 --- a/kresources/scalix/scalixadmin/otheruserview.h +++ b/kresources/scalix/scalixadmin/otheruserview.h @@ -31,7 +31,7 @@ class OtherUserView : public KListView TQ_OBJECT public: - OtherUserView( OtherUserManager *manager, TQWidget *tqparent = 0 ); + OtherUserView( OtherUserManager *manager, TQWidget *parent = 0 ); TQString selectedUser() const; |