From ffe8a83e053396df448e9413828527613ca3bd46 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:46:43 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1157647 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kdecore/tests/kconfigtestgui.h | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'kdecore/tests/kconfigtestgui.h') 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 -#include -#include -#include +#include +#include +#include #include #include -#include +#include // Standard Qt widgets -#include -#include -#include +#include +#include +#include #include @@ -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 -- cgit v1.2.1