diff options
Diffstat (limited to 'tderesources/birthdays/resourcekabcconfig.cpp')
-rw-r--r-- | tderesources/birthdays/resourcekabcconfig.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tderesources/birthdays/resourcekabcconfig.cpp b/tderesources/birthdays/resourcekabcconfig.cpp index 2f7671dc7..24a79bf2b 100644 --- a/tderesources/birthdays/resourcekabcconfig.cpp +++ b/tderesources/birthdays/resourcekabcconfig.cpp @@ -55,7 +55,7 @@ ResourceKABCConfig::ResourceKABCConfig( TQWidget* parent, const char* name ) mUseCategories = new TQCheckBox( i18n( "Filter by categories" ), this ); topLayout->addMultiCellWidget( mUseCategories, 3, 3, 0, 1 ); - mCategoryView = new KListView( this ); + mCategoryView = new TDEListView( this ); mCategoryView->addColumn( "" ); mCategoryView->header()->hide(); mCategoryView->setEnabled( false ); |