From ea318d1431c89e647598c510c4245c6571aa5f46 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 26 Jan 2012 23:32:43 -0600 Subject: Update to latest tqt3 automated conversion --- src/widgets/qdockarea.cpp | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'src/widgets/qdockarea.cpp') diff --git a/src/widgets/qdockarea.cpp b/src/widgets/qdockarea.cpp index 767214c7e..cd56be0b3 100644 --- a/src/widgets/qdockarea.cpp +++ b/src/widgets/qdockarea.cpp @@ -38,17 +38,17 @@ ** **********************************************************************/ -#include "qdockarea.h" +#include "ntqdockarea.h" #ifndef QT_NO_MAINWINDOW -#include "qsplitter.h" -#include "qlayout.h" -#include "qptrvector.h" -#include "qapplication.h" -#include "qpainter.h" -#include "qwidgetlist.h" -#include "qmap.h" -#include "qmainwindow.h" +#include "ntqsplitter.h" +#include "ntqlayout.h" +#include "ntqptrvector.h" +#include "ntqapplication.h" +#include "ntqpainter.h" +#include "ntqwidgetlist.h" +#include "ntqmap.h" +#include "ntqmainwindow.h" //#define TQDOCKAREA_DEBUG @@ -451,7 +451,7 @@ int TQDockAreaLayout::widthForHeight( int h ) const /*! - \class TQDockArea qdockarea.h + \class TQDockArea ntqdockarea.h \brief The TQDockArea class manages and lays out TQDockWindows. \ingroup application -- cgit v1.2.3