summaryrefslogtreecommitdiffstats
path: root/tderesources/scalix/scalixadmin/otheruserview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tderesources/scalix/scalixadmin/otheruserview.cpp')
-rw-r--r--tderesources/scalix/scalixadmin/otheruserview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tderesources/scalix/scalixadmin/otheruserview.cpp b/tderesources/scalix/scalixadmin/otheruserview.cpp
index 25a69428..06e69d41 100644
--- a/tderesources/scalix/scalixadmin/otheruserview.cpp
+++ b/tderesources/scalix/scalixadmin/otheruserview.cpp
@@ -40,7 +40,7 @@ class OtherUserItem : public TQListViewItem
};
OtherUserView::OtherUserView( OtherUserManager *manager, TQWidget *parent )
- : KListView( parent ), mManager( manager )
+ : TDEListView( parent ), mManager( manager )
{
addColumn( i18n( "Registered Accounts" ) );
setFullWidth( true );