summaryrefslogtreecommitdiffstats
path: root/kdeui/kdockwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'kdeui/kdockwidget.h')
-rw-r--r--kdeui/kdockwidget.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/kdeui/kdockwidget.h b/kdeui/kdockwidget.h
index d3b030697..019cd9e55 100644
--- a/kdeui/kdockwidget.h
+++ b/kdeui/kdockwidget.h
@@ -1332,7 +1332,11 @@ public:
* @param name internal object name
* @param f Qt::WidgetFlags widget flags
*/
+#ifdef qdoc
+ KDockMainWindow( TQWidget* parent = 0L, const char *name = 0L, WFlags f = WType_TopLevel | WDestructiveClose );
+#else
KDockMainWindow( TQWidget* parent = 0L, const char *name = 0L, WFlags f = (WFlags)(WType_TopLevel | WDestructiveClose) );
+#endif
/**
* Destructs a dockmainwindow.
@@ -1546,3 +1550,4 @@ private:
#endif
+