diff options
Diffstat (limited to 'src/qt.pro')
-rw-r--r-- | src/qt.pro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qt.pro b/src/qt.pro index 84482686b..8e6298fb1 100644 --- a/src/qt.pro +++ b/src/qt.pro @@ -183,14 +183,14 @@ wince-* { $$KERNEL_CPP/ntqimageformatplugin.h \ $$STYLES_CPP/ntqstyleplugin.h \ $$CODECS_CPP/ntqtextcodecplugin.h \ - $$WIDGETS_CPP/ntqwidgetplugin.h + $$WIDGETS_CPP/tqwidgetplugin.h SOURCES -= $$TOOLS_CPP/qcomlibrary.cpp \ $$KERNEL_CPP/qgplugin.cpp \ $$KERNEL_CPP/qimageformatplugin.cpp \ $$STYLES_CPP/qstyleplugin.cpp \ $$CODECS_CPP/qtextcodecplugin.cpp \ - $$WIDGETS_CPP/qwidgetplugin.cpp + $$WIDGETS_CPP/tqwidgetplugin.cpp } glibmainloop { |