summaryrefslogtreecommitdiffstats
path: root/tdeui/kcolordialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'tdeui/kcolordialog.h')
-rw-r--r--tdeui/kcolordialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdeui/kcolordialog.h b/tdeui/kcolordialog.h
index 248a582b9..a2ea4b52f 100644
--- a/tdeui/kcolordialog.h
+++ b/tdeui/kcolordialog.h
@@ -25,7 +25,7 @@
#ifndef KDELIBS_KCOLORDIALOG_H
#define KDELIBS_KCOLORDIALOG_H
-#ifdef Q_WS_QWS
+#ifdef TQ_WS_QWS
// FIXME(E): Do we need the KColorDialog extra functionality in Qt Embedded?
#include <tqcolordialog.h>
#define KColorDialog QColorDialog
@@ -491,6 +491,6 @@ class TDEUI_EXPORT KColorDialog : public KDialogBase
KColorDialogPrivate *d;
};
-#endif // !Q_WS_QWS
+#endif // !TQ_WS_QWS
#endif // KDELIBS_KCOLORDIALOG_H