summaryrefslogtreecommitdiffstats
path: root/tderesources/groupware/kabc_resourcegroupwareconfig.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tderesources/groupware/kabc_resourcegroupwareconfig.cpp')
-rw-r--r--tderesources/groupware/kabc_resourcegroupwareconfig.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tderesources/groupware/kabc_resourcegroupwareconfig.cpp b/tderesources/groupware/kabc_resourcegroupwareconfig.cpp
index 956ee432..4634495e 100644
--- a/tderesources/groupware/kabc_resourcegroupwareconfig.cpp
+++ b/tderesources/groupware/kabc_resourcegroupwareconfig.cpp
@@ -39,7 +39,7 @@ using namespace KABC;
class AddressBookItem : public TQCheckListItem
{
public:
- AddressBookItem( KListView *parent, const TQString &id )
+ AddressBookItem( TDEListView *parent, const TQString &id )
: TQCheckListItem( parent, "", CheckBox ),
mId( id )
{
@@ -90,7 +90,7 @@ ResourceGroupwareConfig::ResourceGroupwareConfig( TQWidget* parent, const char*
TQPushButton *updateButton = new TQPushButton( i18n( "Retrieve Address Book List From Server" ), this );
mainLayout->addMultiCellWidget( updateButton, 4, 4, 0, 1 );
- mAddressBookView = new KListView( this );
+ mAddressBookView = new TDEListView( this );
mAddressBookView->addColumn( i18n( "Address Book" ) );
#if 0
mAddressBookView->addColumn( i18n( "Personal" ) );