summaryrefslogtreecommitdiffstats
path: root/tderesources/birthdays
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:14:12 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:14:12 -0600
commitfd5d099065a748cac49e20a13481f85666c53c71 (patch)
treea0f1672cd88eb0e69b9ddc2ed9b08ecd98538bd3 /tderesources/birthdays
parentb440a9c608596cd88efdb3bfa4661c5e37efbe4b (diff)
downloadtdepim-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.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;