diff options
Diffstat (limited to 'src/widgets/tqlistbox.cpp')
-rw-r--r-- | src/widgets/tqlistbox.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widgets/tqlistbox.cpp b/src/widgets/tqlistbox.cpp index 96aa747c1..fcda9ac5f 100644 --- a/src/widgets/tqlistbox.cpp +++ b/src/widgets/tqlistbox.cpp @@ -38,7 +38,7 @@ ** **********************************************************************/ -#include "ntqglobal.h" +#include "tqglobal.h" #if defined(Q_CC_BOR) // needed for qsort() because of a std namespace problem on Borland #include "qplatformdefs.h" @@ -57,7 +57,7 @@ #include "tqstringlist.h" #include "tqstyle.h" #include "tqpopupmenu.h" -#include "ntqguardedptr.h" +#include "tqguardedptr.h" #if defined(QT_ACCESSIBILITY_SUPPORT) #include "ntqaccessible.h" #endif |