diff options
author | Timothy Pearson <[email protected]> | 2012-01-26 23:32:43 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-01-26 23:32:43 -0600 |
commit | ea318d1431c89e647598c510c4245c6571aa5f46 (patch) | |
tree | 996d29b80c30d453dda86d1a23162d441628f169 /src/widgets/qdockarea.cpp | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'src/widgets/qdockarea.cpp')
-rw-r--r-- | src/widgets/qdockarea.cpp | 20 |
1 files changed, 10 insertions, 10 deletions
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 |