diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-14 21:11:21 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-14 21:11:21 -0600 |
commit | f3c8306949b2c5cece09d920309f23facf6d7022 (patch) | |
tree | 4b994e59a97932f4cb1426b7957f93cc53b8f22a /ChangeLog | |
parent | 78e1befdc0d79697cee792e82ca1d20470ca9982 (diff) | |
download | kvirc-f3c8306949b2c5cece09d920309f23facf6d7022.tar.gz kvirc-f3c8306949b2c5cece09d920309f23facf6d7022.zip |
Update various qt function definitions and static methods for tqt3
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -154,7 +154,7 @@ to find the Qt 3.x moc instead of the correct one. Use the --with-qt4-moc option to force the right moc compiler path. In Qt 4.x mode the COMPILE_USE_QT4 preprocessor variable is set: use it for conditionals... - an #ifdef COMPILE_USE_QT4 is more or less equivalent to #if QT_VERSION >= 0x040000. + an #ifdef COMPILE_USE_QT4 is more or less equivalent to #if TQT_VERSION >= 0x040000. We will need to "abstract" several collection classes to make everything work with both Qt 3.x and Qt 4.x. The goal is (or better would be) to hide everything in kvilib in order to have almost no conditional compilation in the kvirc core and in the modules. |