From f3c8306949b2c5cece09d920309f23facf6d7022 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 14 Feb 2012 21:11:21 -0600 Subject: Update various qt function definitions and static methods for tqt3 --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 969ac28d..a5f866fd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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. -- cgit v1.2.1