diff options
Diffstat (limited to 'kdeui/tests/kblendtest.h')
-rw-r--r-- | kdeui/tests/kblendtest.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/kdeui/tests/kblendtest.h b/kdeui/tests/kblendtest.h index 800f2d562..b0f4485dd 100644 --- a/kdeui/tests/kblendtest.h +++ b/kdeui/tests/kblendtest.h @@ -7,18 +7,18 @@ #ifndef __KBLEND_TEST_H #define __KBLEND_TEST_H -#include <qwidget.h> -#include <qimage.h> +#include <tqwidget.h> +#include <tqimage.h> class KBlendWidget : public QWidget { public: - KBlendWidget(QWidget *parent=0, const char *name=0); + KBlendWidget(TQWidget *parent=0, const char *name=0); protected: - void paintEvent(QPaintEvent *ev); + void paintEvent(TQPaintEvent *ev); private: - QImage image, original; - QColor bgnd; + TQImage image, original; + TQColor bgnd; }; #endif |