diff options
Diffstat (limited to 'tderesources/birthdays/resourcekabcconfig.h')
-rw-r--r-- | tderesources/birthdays/resourcekabcconfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |