diff options
Diffstat (limited to 'src/kernel/qtranslator.cpp')
-rw-r--r-- | src/kernel/qtranslator.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/kernel/qtranslator.cpp b/src/kernel/qtranslator.cpp index 42c741e8a..cda1735ae 100644 --- a/src/kernel/qtranslator.cpp +++ b/src/kernel/qtranslator.cpp @@ -56,14 +56,14 @@ static inline int qt_open(const char *pathname, int flags, mode_t mode) #ifndef TQT_NO_TRANSLATION -#include "ntqfileinfo.h" +#include "tqfileinfo.h" #include "tqwidgetlist.h" #include "tqintdict.h" #include "tqstring.h" #include "ntqapplication.h" -#include "ntqfile.h" -#include "ntqbuffer.h" -#include "ntqdatastream.h" +#include "tqfile.h" +#include "tqbuffer.h" +#include "tqdatastream.h" #include "tqmap.h" #include "ntqtl.h" |