diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/hackers.guide.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |