diff options
Diffstat (limited to 'src/kernel/qt_kernel.pri')
-rw-r--r-- | src/kernel/qt_kernel.pri | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/kernel/qt_kernel.pri b/src/kernel/qt_kernel.pri index d52783f7c..03904d262 100644 --- a/src/kernel/qt_kernel.pri +++ b/src/kernel/qt_kernel.pri @@ -35,8 +35,8 @@ kernel { $$KERNEL_H/tqimage.h \ $$KERNEL_P/tqimageformatinterface_p.h \ $$KERNEL_H/tqimageformatplugin.h \ - $$KERNEL_H/ntqkeycode.h \ - $$KERNEL_H/ntqkeysequence.h \ + $$KERNEL_H/tqkeycode.h \ + $$KERNEL_H/tqkeysequence.h \ $$KERNEL_H/tqlayout.h \ $$KERNEL_P/tqlayoutengine_p.h \ $$KERNEL_H/tqtranslator.h \ @@ -100,9 +100,9 @@ kernel { inputmethod { unix:x11 { - HEADERS += $$KERNEL_H/ntqinputcontext.h + HEADERS += $$KERNEL_H/tqinputcontext.h } else { - HEADERS += $$KERNEL_P/qinputcontext_p.h + HEADERS += $$KERNEL_P/tqinputcontext_p.h } } @@ -118,7 +118,7 @@ kernel { $$KERNEL_CPP/qdnd_win.cpp \ $$KERNEL_CPP/tqeventloop_win.cpp \ $$KERNEL_CPP/tqfont_win.cpp \ - $$KERNEL_CPP/qinputcontext_win.cpp \ + $$KERNEL_CPP/tqinputcontext_win.cpp \ $$KERNEL_CPP/tqmime_win.cpp \ $$KERNEL_CPP/tqpixmap_win.cpp \ $$KERNEL_CPP/tqprinter_win.cpp \ @@ -140,8 +140,8 @@ kernel { $$KERNEL_CPP/qdnd_x11.cpp \ $$KERNEL_CPP/tqdesktopwidget_x11.cpp \ $$KERNEL_CPP/tqfont_x11.cpp \ - $$KERNEL_CPP/qinputcontext.cpp \ - $$KERNEL_CPP/qinputcontext_x11.cpp \ + $$KERNEL_CPP/tqinputcontext.cpp \ + $$KERNEL_CPP/tqinputcontext_x11.cpp \ $$KERNEL_CPP/tqmotifdnd_x11.cpp \ $$KERNEL_CPP/tqpixmap_x11.cpp \ $$KERNEL_CPP/tqpaintdevice_x11.cpp \ @@ -217,7 +217,7 @@ kernel { $$KERNEL_CPP/tqiconset.cpp \ $$KERNEL_CPP/tqimage.cpp \ $$KERNEL_CPP/tqimageformatplugin.cpp \ - $$KERNEL_CPP/qkeysequence.cpp \ + $$KERNEL_CPP/tqkeysequence.cpp \ $$KERNEL_CPP/tqlayout.cpp \ $$KERNEL_CPP/tqlayoutengine.cpp \ $$KERNEL_CPP/tqtranslator.cpp \ |