summaryrefslogtreecommitdiffstats
path: root/ubuntu/maverick/dependencies/tqt3/debian/maintain/build-examples.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ubuntu/maverick/dependencies/tqt3/debian/maintain/build-examples.sh')
-rw-r--r--ubuntu/maverick/dependencies/tqt3/debian/maintain/build-examples.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ubuntu/maverick/dependencies/tqt3/debian/maintain/build-examples.sh b/ubuntu/maverick/dependencies/tqt3/debian/maintain/build-examples.sh
index 25da9bf59..ad98ad5be 100644
--- a/ubuntu/maverick/dependencies/tqt3/debian/maintain/build-examples.sh
+++ b/ubuntu/maverick/dependencies/tqt3/debian/maintain/build-examples.sh
@@ -7,7 +7,7 @@ export QTDIR=/usr/share/tqt3
cp /usr/share/tqt3/.qmake.cache ./.qmake.cache
# Now compile the examples. The themes example
-# won't work since qconfig.h is not really correct with the
+# won't work since ntqconfig.h is not really correct with the
# ifdef's for the QT_NO_xyz_STYLE, so we use make -k to continue
cd examples; qmake -o Makefile examples.pro; make -k