summaryrefslogtreecommitdiffstats
path: root/debian/squeeze/dependencies/tqt3/debian/maintain
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-26 21:35:57 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-26 21:35:57 -0600
commit89cbba74c13a6b443c8e5fcbd4094dbd64f01a44 (patch)
treef03e5950f71f4e416cb521d300638cd8d9856874 /debian/squeeze/dependencies/tqt3/debian/maintain
parentd5ae9f44f39f42de3acabe6824f3e853987ae924 (diff)
downloadtde-packaging-89cbba74c13a6b443c8e5fcbd4094dbd64f01a44.tar.gz
tde-packaging-89cbba74c13a6b443c8e5fcbd4094dbd64f01a44.zip
Update tqt3 on Debian and Ubuntu to handle new header names
Diffstat (limited to 'debian/squeeze/dependencies/tqt3/debian/maintain')
-rw-r--r--debian/squeeze/dependencies/tqt3/debian/maintain/build-examples.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/squeeze/dependencies/tqt3/debian/maintain/build-examples.sh b/debian/squeeze/dependencies/tqt3/debian/maintain/build-examples.sh
index 25da9bf59..ad98ad5be 100644
--- a/debian/squeeze/dependencies/tqt3/debian/maintain/build-examples.sh
+++ b/debian/squeeze/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