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/kledtest.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/kledtest.h')
-rw-r--r-- | kdeui/tests/kledtest.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/kdeui/tests/kledtest.h b/kdeui/tests/kledtest.h index ad9ad3ffb..33c70fe83 100644 --- a/kdeui/tests/kledtest.h +++ b/kdeui/tests/kledtest.h @@ -1,8 +1,8 @@ #ifndef kledtest_h #define kledtest_h -#include <qwidget.h> -#include <qtimer.h> +#include <tqwidget.h> +#include <tqtimer.h> #include <stdlib.h> #include <kled.h> @@ -10,7 +10,7 @@ class KLedTest : public QWidget { Q_OBJECT protected: - QTimer timer; + TQTimer timer; KLed *leds[/*KLed::NoOfShapes*/2* /*KLed::NoOfLooks*/3* /*KLed::NoOfStates*/2]; const int LedWidth; const int LedHeight; @@ -21,7 +21,7 @@ protected: int x, y, index; - QTimer t_toggle, t_color, t_look; + TQTimer t_toggle, t_color, t_look; //KLed *l; // create lamp //KLed *l; // create lamp KLed *l; // create lamp @@ -30,14 +30,14 @@ protected: int ledcolor; KLed::Look ledlook; - const QColor red; - const QColor blue; - const QColor green; - const QColor yellow; + const TQColor red; + const TQColor blue; + const TQColor green; + const TQColor yellow; public: - KLedTest(QWidget* parent=0); + KLedTest(TQWidget* parent=0); ~KLedTest(); bool kled_round; |