summaryrefslogtreecommitdiffstats
path: root/kabc/resourceselectdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'kabc/resourceselectdialog.h')
-rw-r--r--kabc/resourceselectdialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kabc/resourceselectdialog.h b/kabc/resourceselectdialog.h
index 6441dc247..f5f2d6984 100644
--- a/kabc/resourceselectdialog.h
+++ b/kabc/resourceselectdialog.h
@@ -26,7 +26,7 @@
#include <kdialog.h>
#include <kdemacros.h>
-class KListBox;
+class TDEListBox;
namespace KABC {
@@ -48,7 +48,7 @@ class KABC_EXPORT_DEPRECATED ResourceSelectDialog : KDialog
static Resource *getResource( AddressBook *ab, TQWidget *parent = 0 );
private:
- KListBox *mResourceId;
+ TDEListBox *mResourceId;
TQMap<int, Resource*> mResourceMap;
};