diff options
Diffstat (limited to 'src/table')
-rw-r--r-- | src/table/tqtable.cpp | 2 | ||||
-rw-r--r-- | src/table/tqtable.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/table/tqtable.cpp b/src/table/tqtable.cpp index 220d9af7c..002fcc502 100644 --- a/src/table/tqtable.cpp +++ b/src/table/tqtable.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" diff --git a/src/table/tqtable.h b/src/table/tqtable.h index f952a4d78..51393ae76 100644 --- a/src/table/tqtable.h +++ b/src/table/tqtable.h @@ -48,7 +48,7 @@ #include "tqheader.h" #include "tqmemarray.h" #include "tqptrlist.h" -#include "ntqguardedptr.h" +#include "tqguardedptr.h" #include "ntqshared.h" #include "tqintdict.h" #include "tqstringlist.h" |