summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-14 21:11:21 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-14 21:11:21 -0600
commitf3c8306949b2c5cece09d920309f23facf6d7022 (patch)
tree4b994e59a97932f4cb1426b7957f93cc53b8f22a /doc
parent78e1befdc0d79697cee792e82ca1d20470ca9982 (diff)
downloadkvirc-f3c8306949b2c5cece09d920309f23facf6d7022.tar.gz
kvirc-f3c8306949b2c5cece09d920309f23facf6d7022.zip
Update various qt function definitions and static methods for tqt3
Diffstat (limited to 'doc')
-rw-r--r--doc/hackers.guide.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/hackers.guide.txt b/doc/hackers.guide.txt
index 5eddcc8..9143be1 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