summaryrefslogtreecommitdiffstats
path: root/kresources/scalix/scalixadmin/otheruserview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kresources/scalix/scalixadmin/otheruserview.cpp')
-rw-r--r--kresources/scalix/scalixadmin/otheruserview.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/kresources/scalix/scalixadmin/otheruserview.cpp b/kresources/scalix/scalixadmin/otheruserview.cpp
index 19b9c3b6..7b07612c 100644
--- a/kresources/scalix/scalixadmin/otheruserview.cpp
+++ b/kresources/scalix/scalixadmin/otheruserview.cpp
@@ -24,11 +24,11 @@
#include "otheruserview.h"
-class OtherUserItem : public QListViewItem
+class OtherUserItem : public TQListViewItem
{
public:
- OtherUserItem( TQListView *parent, const TQString &user )
- : TQListViewItem( parent ), mUser( user )
+ OtherUserItem( TQListView *tqparent, const TQString &user )
+ : TQListViewItem( tqparent ), mUser( user )
{
setText( 0, mUser );
}
@@ -39,8 +39,8 @@ class OtherUserItem : public QListViewItem
TQString mUser;
};
-OtherUserView::OtherUserView( OtherUserManager *manager, TQWidget *parent )
- : KListView( parent ), mManager( manager )
+OtherUserView::OtherUserView( OtherUserManager *manager, TQWidget *tqparent )
+ : KListView( tqparent ), mManager( manager )
{
addColumn( i18n( "Registered Accounts" ) );
setFullWidth( true );