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 --- kdeui/tests/kledtest.h | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'kdeui/tests/kledtest.h') 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 -#include +#include +#include #include #include @@ -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; -- cgit v1.2.1