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.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/kdeui/tests/kdualcolortest.h b/kdeui/tests/kdualcolortest.h
deleted file mode 100644
index 2c38b7af0..000000000
--- a/kdeui/tests/kdualcolortest.h
+++ /dev/null
@@ -1,20 +0,0 @@
-#ifndef __KDUALCOLORTEST_H
-#define __KDUALCOLORTEST_H
-
-#include <tqlabel.h>
-#include <kdualcolorbutton.h>
-
-class KDualColorWidget : public TQWidget
-{
- Q_OBJECT
-public:
- KDualColorWidget(TQWidget *parent=0, const char *name=0);
-protected slots:
- void slotFgChanged(const TQColor &c);
- void slotBgChanged(const TQColor &c);
- void slotCurrentChanged(KDualColorButton::DualColor current);
-protected:
- TQLabel *lbl;
-};
-
-#endif