summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-11-08 09:46:27 +0100
committerSlávek Banko <slavek.banko@axis.cz>2013-11-08 09:46:27 +0100
commitc0780a876e11732962b98e3b1aac0f503b4e9ad9 (patch)
tree3868825a8f2ab785cb308248a8e88942610f5a6f /src
parentef73e104bd71560e1dab2c0c9a1bb1d718674e1a (diff)
downloadqt3-c0780a876e11732962b98e3b1aac0f503b4e9ad9.tar.gz
qt3-c0780a876e11732962b98e3b1aac0f503b4e9ad9.zip
Revert "Update minor TQt3 tool names to match current TQt3 sources in GIT"
Diffstat (limited to 'src')
-rw-r--r--src/embedded/qt_embedded.pri2
-rw-r--r--src/kernel/q1xcompatibility.h2
-rw-r--r--src/kernel/qt.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/embedded/qt_embedded.pri b/src/embedded/qt_embedded.pri
index d02bdfb..a4e2223 100644
--- a/src/embedded/qt_embedded.pri
+++ b/src/embedded/qt_embedded.pri
@@ -33,7 +33,7 @@ embedded {
}
else:DEFINES += QT_NO_QWS_LINUXFB
- contains( gfx-drivers, tqvfb ) {
+ contains( gfx-drivers, qvfb ) {
HEADERS += $$EMBEDDED_H/qgfxvfb_qws.h
SOURCES += $$EMBEDDED_CPP/qgfxvfb_qws.cpp
}
diff --git a/src/kernel/q1xcompatibility.h b/src/kernel/q1xcompatibility.h
index e3a1095..c28f33d 100644
--- a/src/kernel/q1xcompatibility.h
+++ b/src/kernel/q1xcompatibility.h
@@ -43,7 +43,7 @@
#define Q1XCOMPATIBILITY_H
#error "Compatibility with Qt 1.x is no longer guaranteed. Please"
-#error "update your code (for example using tqt20fix script). We"
+#error "update your code (for example using qt20fix script). We"
#error "apologize for any inconvenience."
#endif // Q1XCOMPATIBILITY_H
diff --git a/src/kernel/qt.h b/src/kernel/qt.h
index ad421ae..2145d8c 100644
--- a/src/kernel/qt.h
+++ b/src/kernel/qt.h
@@ -258,7 +258,7 @@
#include <qdatatable.h>
#include <qvbox.h>
#include <qvbuttongroup.h>
-#include <tqvfbhdr.h>
+#include <qvfbhdr.h>
#include <qvgroupbox.h>
#include <qthread.h>
#include <qwhatsthis.h>