summaryrefslogtreecommitdiffstats
path: root/kjsembed/tools
diff options
context:
space:
mode:
Diffstat (limited to 'kjsembed/tools')
-rw-r--r--kjsembed/tools/headers/qcanvas.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kjsembed/tools/headers/qcanvas.h b/kjsembed/tools/headers/qcanvas.h
index e784261c..2c53259a 100644
--- a/kjsembed/tools/headers/qcanvas.h
+++ b/kjsembed/tools/headers/qcanvas.h
@@ -133,7 +133,7 @@ public:
virtual void setActive(bool yes);
bool isActive() const
{ return (bool)act; }
-#ifndef QT_NO_COMPAT
+#ifndef TQT_NO_COMPAT
bool visible() const
{ return (bool)vis; }
bool selected() const