summaryrefslogtreecommitdiffstats
path: root/kcontrol/kcontrol/modulemenu.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:33:34 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:33:34 +0000
commitc663b6440964f6ac48027143ac9e63298991f9d0 (patch)
tree6d8b0c5a5f9db1ee16acf98b1397cea9126b281d /kcontrol/kcontrol/modulemenu.h
parenta061f7191beebb0e4a3b0c0a7c534ec5f22f2dc7 (diff)
downloadtdebase-c663b6440964f6ac48027143ac9e63298991f9d0.tar.gz
tdebase-c663b6440964f6ac48027143ac9e63298991f9d0.zip
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1157639 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kcontrol/kcontrol/modulemenu.h')
-rw-r--r--kcontrol/kcontrol/modulemenu.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/kcontrol/kcontrol/modulemenu.h b/kcontrol/kcontrol/modulemenu.h
index b08140bfc..feac18bd6 100644
--- a/kcontrol/kcontrol/modulemenu.h
+++ b/kcontrol/kcontrol/modulemenu.h
@@ -24,12 +24,12 @@ that is intentional :-]
#define __modulemenu_h__
-#include <qptrlist.h>
-#include <qstringlist.h>
-#include <qintdict.h>
-#include <qstring.h>
-#include <qwidget.h>
-#include <qdict.h>
+#include <tqptrlist.h>
+#include <tqstringlist.h>
+#include <tqintdict.h>
+#include <tqstring.h>
+#include <tqwidget.h>
+#include <tqdict.h>
#include <kpopupmenu.h>
@@ -43,7 +43,7 @@ class ModuleMenu : public KPopupMenu
Q_OBJECT
public:
- ModuleMenu(ConfigModuleList *list, QWidget * parent = 0, const char * name = 0);
+ ModuleMenu(ConfigModuleList *list, TQWidget * parent = 0, const char * name = 0);
signals:
void moduleActivated(ConfigModule*);
@@ -52,13 +52,13 @@ private slots:
void moduleSelected(int id);
protected:
- void fill(KPopupMenu *parentMenu, const QString &parentPath);
+ void fill(KPopupMenu *parentMenu, const TQString &parentPath);
private:
int id;
ConfigModuleList *_modules;
- QIntDict<ConfigModule> _moduleDict;
+ TQIntDict<ConfigModule> _moduleDict;
};