diff options
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; |