summaryrefslogtreecommitdiffstats
path: root/tderesources/birthdays
diff options
context:
space:
mode:
Diffstat (limited to 'tderesources/birthdays')
-rw-r--r--tderesources/birthdays/resourcekabcconfig.cpp2
-rw-r--r--tderesources/birthdays/resourcekabcconfig.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/tderesources/birthdays/resourcekabcconfig.cpp b/tderesources/birthdays/resourcekabcconfig.cpp
index 2f7671dc..24a79bf2 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 );
diff --git a/tderesources/birthdays/resourcekabcconfig.h b/tderesources/birthdays/resourcekabcconfig.h
index ff6178b7..4016c727 100644
--- a/tderesources/birthdays/resourcekabcconfig.h
+++ b/tderesources/birthdays/resourcekabcconfig.h
@@ -57,7 +57,7 @@ class ResourceKABCConfig : public KRES::ConfigWidget
KRestrictedLine *mAlarmTimeEdit;
TQLabel *mALabel;
TQCheckBox *mUseCategories;
- KListView *mCategoryView;
+ TDEListView *mCategoryView;
class Private;
Private *d;