summaryrefslogtreecommitdiffstats
path: root/kabc/resourceselectdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'kabc/resourceselectdialog.h')
-rw-r--r--kabc/resourceselectdialog.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kabc/resourceselectdialog.h b/kabc/resourceselectdialog.h
index df7e4a4bc..6441dc247 100644
--- a/kabc/resourceselectdialog.h
+++ b/kabc/resourceselectdialog.h
@@ -21,7 +21,7 @@
#ifndef KABC_RESOURCESELECTDIALOG_H
#define KABC_RESOURCESELECTDIALOG_H
-#include <qmap.h>
+#include <tqmap.h>
#include <kdialog.h>
#include <kdemacros.h>
@@ -41,15 +41,15 @@ class KABC_EXPORT_DEPRECATED ResourceSelectDialog : KDialog
Q_OBJECT
public:
- ResourceSelectDialog( AddressBook *ab, QWidget *parent = 0,
+ ResourceSelectDialog( AddressBook *ab, TQWidget *parent = 0,
const char *name = 0);
Resource *resource();
- static Resource *getResource( AddressBook *ab, QWidget *parent = 0 );
+ static Resource *getResource( AddressBook *ab, TQWidget *parent = 0 );
private:
KListBox *mResourceId;
- QMap<int, Resource*> mResourceMap;
+ TQMap<int, Resource*> mResourceMap;
};
}