diff options
Diffstat (limited to 'src/widgets/qdockwindow.cpp')
-rw-r--r-- | src/widgets/qdockwindow.cpp | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/src/widgets/qdockwindow.cpp b/src/widgets/qdockwindow.cpp index 82fba58a7..867d64a7b 100644 --- a/src/widgets/qdockwindow.cpp +++ b/src/widgets/qdockwindow.cpp @@ -38,24 +38,24 @@ ** **********************************************************************/ -#include "qdockwindow.h" +#include "ntqdockwindow.h" #ifndef QT_NO_MAINWINDOW -#include "qdesktopwidget.h" -#include "qdockarea.h" +#include "ntqdesktopwidget.h" +#include "ntqdockarea.h" #include "qwidgetresizehandler_p.h" #include "qtitlebar_p.h" -#include "qpainter.h" -#include "qapplication.h" -#include "qtoolbutton.h" -#include "qtoolbar.h" -#include "qlayout.h" -#include "qmainwindow.h" -#include "qtimer.h" -#include "qtooltip.h" -#include "qguardedptr.h" -#include "qcursor.h" -#include "qstyle.h" +#include "ntqpainter.h" +#include "ntqapplication.h" +#include "ntqtoolbutton.h" +#include "ntqtoolbar.h" +#include "ntqlayout.h" +#include "ntqmainwindow.h" +#include "ntqtimer.h" +#include "ntqtooltip.h" +#include "ntqguardedptr.h" +#include "ntqcursor.h" +#include "ntqstyle.h" #if defined(Q_WS_MAC9) #define MAC_DRAG_HACK @@ -702,7 +702,7 @@ void TQDockWindowTitleBar::mouseDoubleClickEvent( TQMouseEvent * ) } /*! - \class TQDockWindow qdockwindow.h + \class TQDockWindow ntqdockwindow.h \brief The TQDockWindow class provides a widget which can be docked inside a TQDockArea or floated as a top level window on the desktop. @@ -793,7 +793,7 @@ void TQDockWindowTitleBar::mouseDoubleClickEvent( TQMouseEvent * ) A dock window can have some preferred settings, for example, you can set a preferred offset from the left edge (or top edge for vertical dock areas) of the dock area using setOffset(). If you'd - prefer a dock window to start on a new \link qdockarea.html#lines + prefer a dock window to start on a new \link ntqdockarea.html#lines line\endlink when it is docked use setNewLine(). The setFixedExtentWidth() and setFixedExtentHeight() functions can be used to define the dock window's preferred size, and the |