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 --- doc/hackers.guide.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/hackers.guide.txt b/doc/hackers.guide.txt index 5eddcc8c..9143be12 100644 --- a/doc/hackers.guide.txt +++ b/doc/hackers.guide.txt @@ -886,7 +886,7 @@ For the moment, in random order: #ifdef COMPILE_USE_QT4 to check if the compilation requires Qt 4.x or Qt 3.x. Later this *might* be automatically replaced with - #if QT_VERSION >= 0x040000 + #if TQT_VERSION >= 0x040000 - Use: ./configure --enable-debug --enable-qt4 --with-qt4-moc=/path/moc -- cgit v1.2.1