summaryrefslogtreecommitdiffstats
path: root/src/kernel/qt_kernel.pri
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/qt_kernel.pri')
-rw-r--r--src/kernel/qt_kernel.pri22
1 files changed, 11 insertions, 11 deletions
diff --git a/src/kernel/qt_kernel.pri b/src/kernel/qt_kernel.pri
index 315b931fd..84a383a5d 100644
--- a/src/kernel/qt_kernel.pri
+++ b/src/kernel/qt_kernel.pri
@@ -4,7 +4,7 @@ kernel {
KERNEL_P = kernel
HEADERS += \
$$KERNEL_H/tqaccel.h \
- $$KERNEL_P/qucomextra_p.h \
+ $$KERNEL_P/tqucomextra_p.h \
$$KERNEL_H/ntqapplication.h \
$$KERNEL_P/qapplication_p.h \
$$KERNEL_H/tqasyncimageio.h \
@@ -89,11 +89,11 @@ kernel {
$$KERNEL_H/tqwindowdefs.h \
$$KERNEL_H/tqwmatrix.h \
$$KERNEL_H/tqvariant.h \
- $$KERNEL_P/qrichtext_p.h \
- $$KERNEL_P/qinternal_p.h \
+ $$KERNEL_P/tqrichtext_p.h \
+ $$KERNEL_P/tqinternal_p.h \
$$KERNEL_H/tqgplugin.h \
$$KERNEL_H/tqsimplerichtext.h \
- $$KERNEL_CPP/qscriptengine_p.h \
+ $$KERNEL_CPP/tqscriptengine_p.h \
$$KERNEL_CPP/tqtextengine_p.h \
$$KERNEL_CPP/tqfontengine_p.h \
$$KERNEL_CPP/tqtextlayout_p.h
@@ -182,7 +182,7 @@ kernel {
DEFINES += QMAC_ONE_PIXEL_LOCK
} else:unix {
SOURCES += $$KERNEL_CPP/tqprinter_unix.cpp \
- $$KERNEL_CPP/qpsprinter.cpp
+ $$KERNEL_CPP/tqpsprinter.cpp
glibmainloop {
SOURCES += $$KERNEL_CPP/tqeventloop_unix_glib.cpp
} else {
@@ -194,7 +194,7 @@ kernel {
$$KERNEL_CPP/tqthread_unix.cpp
SOURCES += $$KERNEL_CPP/tqabstractlayout.cpp \
- $$KERNEL_CPP/qucomextra.cpp \
+ $$KERNEL_CPP/tqucomextra.cpp \
$$KERNEL_CPP/tqaccel.cpp \
$$KERNEL_CPP/qapplication.cpp \
$$KERNEL_CPP/tqasyncimageio.cpp \
@@ -257,16 +257,16 @@ kernel {
$$KERNEL_CPP/tqwidget.cpp \
$$KERNEL_CPP/tqwmatrix.cpp \
$$KERNEL_CPP/tqvariant.cpp \
- $$KERNEL_CPP/qrichtext.cpp \
- $$KERNEL_CPP/qinternal.cpp \
- $$KERNEL_CPP/qrichtext_p.cpp \
+ $$KERNEL_CPP/tqrichtext.cpp \
+ $$KERNEL_CPP/tqinternal.cpp \
+ $$KERNEL_CPP/tqrichtext_p.cpp \
$$KERNEL_CPP/tqgplugin.cpp \
$$KERNEL_CPP/tqsimplerichtext.cpp \
- $$KERNEL_CPP/qscriptengine.cpp \
+ $$KERNEL_CPP/tqscriptengine.cpp \
$$KERNEL_CPP/tqtextlayout.cpp \
$$KERNEL_CPP/tqtextengine.cpp
- unix:HEADERS += $$KERNEL_P/qpsprinter_p.h \
+ unix:HEADERS += $$KERNEL_P/tqpsprinter_p.h \
$$KERNEL_H/tqfontdatabase.h
accessibility {