summaryrefslogtreecommitdiffstats
path: root/src/kernel/ntqwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/ntqwidget.h')
-rw-r--r--src/kernel/ntqwidget.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kernel/ntqwidget.h b/src/kernel/ntqwidget.h
index bac3d6bc..2dbb6701 100644
--- a/src/kernel/ntqwidget.h
+++ b/src/kernel/ntqwidget.h
@@ -356,7 +356,7 @@ public slots:
virtual void hide();
void setShown( bool show );
void setHidden( bool hide );
-#ifndef QT_NO_COMPAT
+#ifndef TQT_NO_COMPAT
void iconify() { showMinimized(); }
#endif
virtual void showMinimized();
@@ -414,7 +414,7 @@ public:
bool showIt=FALSE );
void reparent( TQWidget *parent, const TQPoint &,
bool showIt=FALSE );
-#ifndef QT_NO_COMPAT
+#ifndef TQT_NO_COMPAT
void recreate( TQWidget *parent, WFlags f, const TQPoint & p,
bool showIt=FALSE ) { reparent(parent,f,p,showIt); }
#endif