From d6f8bbb45b267065a6907e71ff9c98bb6d161241 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:56:07 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1157658 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- parts/tools/toolsconfig.h | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'parts/tools/toolsconfig.h') diff --git a/parts/tools/toolsconfig.h b/parts/tools/toolsconfig.h index 5dc87d70..46855256 100644 --- a/parts/tools/toolsconfig.h +++ b/parts/tools/toolsconfig.h @@ -2,9 +2,9 @@ #define __TOOLS_CONFIG_H__ -#include -#include -#include +#include +#include +#include class QListBox; @@ -17,9 +17,9 @@ public: Entry() {}; - QString name; - QString desktopFile; - QPixmap icon; + TQString name; + TQString desktopFile; + TQPixmap icon; }; @@ -30,7 +30,7 @@ class ToolsConfig : public QWidget public: - ToolsConfig(QWidget *parent = 0, const char *name = 0); + ToolsConfig(TQWidget *parent = 0, const char *name = 0); public slots: @@ -40,11 +40,11 @@ public slots: protected: - void showEvent(QShowEvent *); + void showEvent(TQShowEvent *); void fill(); - void add(const QString &desktopFile); - void remove(const QString &desktopFile); + void add(const TQString &desktopFile); + void remove(const TQString &desktopFile); private slots: @@ -60,10 +60,10 @@ private slots: private: KDevApplicationTree *_tree; - QListBox *_list; - QPushButton *_toList, *_toTree; + TQListBox *_list; + TQPushButton *_toList, *_toTree; - QPtrList _entries; + TQPtrList _entries; }; -- cgit v1.2.1