summaryrefslogtreecommitdiffstats
path: root/kdeui/tests/kdualcolortest.h
diff options
context:
space:
mode:
Diffstat (limited to 'kdeui/tests/kdualcolortest.h')
-rw-r--r--kdeui/tests/kdualcolortest.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/kdeui/tests/kdualcolortest.h b/kdeui/tests/kdualcolortest.h
index 6a0c49452..bcd9b271e 100644
--- a/kdeui/tests/kdualcolortest.h
+++ b/kdeui/tests/kdualcolortest.h
@@ -1,20 +1,20 @@
#ifndef __KDUALCOLORTEST_H
#define __KDUALCOLORTEST_H
-#include <qlabel.h>
+#include <tqlabel.h>
#include <kdualcolorbutton.h>
class KDualColorWidget : public QWidget
{
Q_OBJECT
public:
- KDualColorWidget(QWidget *parent=0, const char *name=0);
+ KDualColorWidget(TQWidget *parent=0, const char *name=0);
protected slots:
- void slotFgChanged(const QColor &c);
- void slotBgChanged(const QColor &c);
+ void slotFgChanged(const TQColor &c);
+ void slotBgChanged(const TQColor &c);
void slotCurrentChanged(KDualColorButton::DualColor current);
protected:
- QLabel *lbl;
+ TQLabel *lbl;
};
#endif