diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:46:43 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:46:43 +0000 |
commit | ffe8a83e053396df448e9413828527613ca3bd46 (patch) | |
tree | a73d4169e02df4a50f9a12cb165fcd0ab5bac7c6 /kdecore/tests/kconfigtestgui.h | |
parent | 682bf3bfdcbcbb1fca85e8a36ed03e062e0555d5 (diff) | |
download | tdelibs-ffe8a83e053396df448e9413828527613ca3bd46.tar.gz tdelibs-ffe8a83e053396df448e9413828527613ca3bd46.zip |
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1157647 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kdecore/tests/kconfigtestgui.h')
-rw-r--r-- | kdecore/tests/kconfigtestgui.h | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/kdecore/tests/kconfigtestgui.h b/kdecore/tests/kconfigtestgui.h index e293000f5..8311952b5 100644 --- a/kdecore/tests/kconfigtestgui.h +++ b/kdecore/tests/kconfigtestgui.h @@ -20,18 +20,18 @@ #define _KCONFIG_TEST_H #include <kapplication.h> -#include <qdialog.h> -#include <qfile.h> -#include <qfileinfo.h> +#include <tqdialog.h> +#include <tqfile.h> +#include <tqfileinfo.h> #include <kdebug.h> #include <ksimpleconfig.h> -#include <qtextstream.h> +#include <tqtextstream.h> // Standard Qt widgets -#include <qlabel.h> -#include <qlineedit.h> -#include <qpushbutton.h> +#include <tqlabel.h> +#include <tqlineedit.h> +#include <tqpushbutton.h> #include <kconfig.h> @@ -43,7 +43,7 @@ class KConfigTestView : public QDialog { Q_OBJECT public: - KConfigTestView( QWidget *parent=0, const char *name=0 ); + KConfigTestView( TQWidget *parent=0, const char *name=0 ); ~KConfigTestView(); private slots: @@ -53,20 +53,20 @@ private slots: void writeButtonClicked(); private: - QLabel* pAppFileLabel; - QLineEdit* pAppFileEdit; - QLabel* pGroupLabel; - QLineEdit* pGroupEdit; - QLineEdit* pKeyEdit; - QLabel* pEqualsLabel; - QLineEdit* pValueEdit; - QPushButton* pWriteButton; - QLabel* pInfoLabel1, *pInfoLabel2; - QPushButton* pQuitButton; + TQLabel* pAppFileLabel; + TQLineEdit* pAppFileEdit; + TQLabel* pGroupLabel; + TQLineEdit* pGroupEdit; + TQLineEdit* pKeyEdit; + TQLabel* pEqualsLabel; + TQLineEdit* pValueEdit; + TQPushButton* pWriteButton; + TQLabel* pInfoLabel1, *pInfoLabel2; + TQPushButton* pQuitButton; KConfig* pConfig; - QFile* pFile; - QTextStream* pStream; + TQFile* pFile; + TQTextStream* pStream; }; #endif |