summaryrefslogtreecommitdiffstats
path: root/kcoloredit/colorselector.h
diff options
context:
space:
mode:
Diffstat (limited to 'kcoloredit/colorselector.h')
-rw-r--r--kcoloredit/colorselector.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/kcoloredit/colorselector.h b/kcoloredit/colorselector.h
index 72d62ef6..5c3d9b62 100644
--- a/kcoloredit/colorselector.h
+++ b/kcoloredit/colorselector.h
@@ -31,10 +31,11 @@
*/
class ColorSelector : public TQWidget {
Q_OBJECT
+ TQ_OBJECT
public:
/** constructs a color selector widget */
- ColorSelector(TQWidget *parent=0, const char *name=0);
+ ColorSelector(TQWidget *tqparent=0, const char *name=0);
~ColorSelector();
/** @return the selected color */
const Color& color();