diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:14:12 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:14:12 -0600 |
commit | fd5d099065a748cac49e20a13481f85666c53c71 (patch) | |
tree | a0f1672cd88eb0e69b9ddc2ed9b08ecd98538bd3 /tderesources/birthdays | |
parent | b440a9c608596cd88efdb3bfa4661c5e37efbe4b (diff) | |
download | tdepim-fd5d099065a748cac49e20a13481f85666c53c71.tar.gz tdepim-fd5d099065a748cac49e20a13481f85666c53c71.zip |
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'tderesources/birthdays')
-rw-r--r-- | tderesources/birthdays/resourcekabcconfig.cpp | 2 | ||||
-rw-r--r-- | tderesources/birthdays/resourcekabcconfig.h | 2 |
2 files changed, 2 insertions, 2 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 ); diff --git a/tderesources/birthdays/resourcekabcconfig.h b/tderesources/birthdays/resourcekabcconfig.h index ff6178b70..4016c727c 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; |