diff options
Diffstat (limited to 'src/kernel/qt_kernel.pri')
-rw-r--r-- | src/kernel/qt_kernel.pri | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/kernel/qt_kernel.pri b/src/kernel/qt_kernel.pri index f21fbfd17..cf370058b 100644 --- a/src/kernel/qt_kernel.pri +++ b/src/kernel/qt_kernel.pri @@ -32,9 +32,9 @@ kernel { $$KERNEL_H/ntqguardedptr.h \ $$KERNEL_H/ntqgif.h \ $$KERNEL_H/ntqiconset.h \ - $$KERNEL_H/ntqimage.h \ - $$KERNEL_P/qimageformatinterface_p.h \ - $$KERNEL_H/ntqimageformatplugin.h \ + $$KERNEL_H/tqimage.h \ + $$KERNEL_P/tqimageformatinterface_p.h \ + $$KERNEL_H/tqimageformatplugin.h \ $$KERNEL_H/ntqkeycode.h \ $$KERNEL_H/ntqkeysequence.h \ $$KERNEL_H/ntqlayout.h \ @@ -216,8 +216,8 @@ kernel { $$KERNEL_CPP/qfontdatabase.cpp \ $$KERNEL_CPP/qguardedptr.cpp \ $$KERNEL_CPP/qiconset.cpp \ - $$KERNEL_CPP/qimage.cpp \ - $$KERNEL_CPP/qimageformatplugin.cpp \ + $$KERNEL_CPP/tqimage.cpp \ + $$KERNEL_CPP/tqimageformatplugin.cpp \ $$KERNEL_CPP/qkeysequence.cpp \ $$KERNEL_CPP/qlayout.cpp \ $$KERNEL_CPP/qlayoutengine.cpp \ |