diff options
Diffstat (limited to 'src/kernel/qlayout.cpp')
-rw-r--r-- | src/kernel/qlayout.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/kernel/qlayout.cpp b/src/kernel/qlayout.cpp index 9f0792908..df9229ed8 100644 --- a/src/kernel/qlayout.cpp +++ b/src/kernel/qlayout.cpp @@ -38,14 +38,14 @@ ** **********************************************************************/ -#include "qlayout.h" +#include "ntqlayout.h" #ifndef QT_NO_LAYOUT -#include "qapplication.h" -#include "qwidget.h" -#include "qptrlist.h" -#include "qsizepolicy.h" +#include "ntqapplication.h" +#include "ntqwidget.h" +#include "ntqptrlist.h" +#include "ntqsizepolicy.h" #include "qlayoutengine_p.h" |