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 /kdeui/tests/kcompletiontest.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 'kdeui/tests/kcompletiontest.h')
| -rw-r--r-- | kdeui/tests/kcompletiontest.h | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/kdeui/tests/kcompletiontest.h b/kdeui/tests/kcompletiontest.h index e2f5a2bee..f40a6292d 100644 --- a/kdeui/tests/kcompletiontest.h +++ b/kdeui/tests/kcompletiontest.h @@ -9,9 +9,9 @@ #ifndef FORM1_H #define FORM1_H -#include <qstringlist.h> -#include <qvariant.h> -#include <qwidget.h> +#include <tqstringlist.h> +#include <tqvariant.h> +#include <tqwidget.h> class QVBoxLayout; class QHBoxLayout; class QGridLayout; @@ -30,17 +30,17 @@ class Form1 : public QWidget Q_OBJECT public: - Form1( QWidget* parent = 0, const char* name = 0 ); + Form1( TQWidget* parent = 0, const char* name = 0 ); ~Form1(); - QGroupBox* GroupBox1; - QLabel* TextLabel1; + TQGroupBox* GroupBox1; + TQLabel* TextLabel1; KLineEdit* LineEdit1; - QPushButton* PushButton1; - QPushButton* PushButton1_4; - QListBox* ListBox1; - QPushButton* PushButton1_3; - QPushButton* PushButton1_2; + TQPushButton* PushButton1; + TQPushButton* PushButton1_4; + TQListBox* ListBox1; + TQPushButton* PushButton1_3; + TQPushButton* PushButton1_2; KLineEdit* edit; KHistoryCombo *combo; @@ -49,19 +49,19 @@ protected slots: void slotList(); void slotAdd(); void slotRemove(); - void slotHighlighted( const QString& ); + void slotHighlighted( const TQString& ); protected: - QStringList defaultItems() const; + TQStringList defaultItems() const; - QVBoxLayout* Form1Layout; - QVBoxLayout* GroupBox1Layout; - QVBoxLayout* Layout9; - QHBoxLayout* Layout1; - QHBoxLayout* Layout2; - QHBoxLayout* Layout3; - QHBoxLayout* Layout8; - QVBoxLayout* Layout7; + TQVBoxLayout* Form1Layout; + TQVBoxLayout* GroupBox1Layout; + TQVBoxLayout* Layout9; + TQHBoxLayout* Layout1; + TQHBoxLayout* Layout2; + TQHBoxLayout* Layout3; + TQHBoxLayout* Layout8; + TQVBoxLayout* Layout7; }; #endif // FORM1_H |
