diff options
Diffstat (limited to 'src/kernel/qapplication.cpp')
-rw-r--r-- | src/kernel/qapplication.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kernel/qapplication.cpp b/src/kernel/qapplication.cpp index 7abbbd56f..6e1926e45 100644 --- a/src/kernel/qapplication.cpp +++ b/src/kernel/qapplication.cpp @@ -46,14 +46,14 @@ #include "tqwidgetlist.h" #include "tqwidgetintdict.h" #include "tqptrdict.h" -#include "ntqcleanuphandler.h" +#include "tqcleanuphandler.h" #include "tqtranslator.h" #include "tqtextcodec.h" #include "tqsessionmanager.h" #include "tqdragobject.h" #include "tqclipboard.h" -#include "ntqcursor.h" +#include "tqcursor.h" #include "tqstyle.h" #include "tqstylefactory.h" #include "tqfile.h" |