diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-11-07 22:37:15 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-11-07 22:37:15 -0600 |
commit | ef73e104bd71560e1dab2c0c9a1bb1d718674e1a (patch) | |
tree | 47507e67e6659272cb14f11a1ed3d0ee0929328b /src/kernel | |
parent | 2bec4674492e058ed822768c0a9c4a848dbf81d9 (diff) | |
download | qt3-ef73e104bd71560e1dab2c0c9a1bb1d718674e1a.tar.gz qt3-ef73e104bd71560e1dab2c0c9a1bb1d718674e1a.zip |
Update minor TQt3 tool names to match current TQt3 sources in GIT
Diffstat (limited to 'src/kernel')
-rw-r--r-- | src/kernel/q1xcompatibility.h | 2 | ||||
-rw-r--r-- | src/kernel/qt.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/kernel/q1xcompatibility.h b/src/kernel/q1xcompatibility.h index c28f33d..e3a1095 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 qt20fix script). We" +#error "update your code (for example using tqt20fix script). We" #error "apologize for any inconvenience." #endif // Q1XCOMPATIBILITY_H diff --git a/src/kernel/qt.h b/src/kernel/qt.h index 2145d8c..ad421ae 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 <qvfbhdr.h> +#include <tqvfbhdr.h> #include <qvgroupbox.h> #include <qthread.h> #include <qwhatsthis.h> |