summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-10-17 20:14:45 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-10-17 20:14:45 +0900
commit57c9b7f785ceadd70d800d2e3245ad4c536f50b3 (patch)
treeb16fdb4cc0cb0200df371417a31c976dae797116
parentcb177e781e9242908e4ff8ab31d0464750ee86ce (diff)
downloadtde-packaging-57c9b7f785ceadd70d800d2e3245ad4c536f50b3.tar.gz
tde-packaging-57c9b7f785ceadd70d800d2e3245ad4c536f50b3.zip
DEB: QT_NO_* -> TQT_NO_* renaming.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--debian/lenny/dependencies/tqt3/debian/maintain/build-examples.sh2
-rw-r--r--debian/squeeze/dependencies/tqt3/debian/maintain/build-examples.sh2
-rw-r--r--ubuntu/maverick/dependencies/tqt3/debian/maintain/build-examples.sh2
3 files changed, 3 insertions, 3 deletions
diff --git a/debian/lenny/dependencies/tqt3/debian/maintain/build-examples.sh b/debian/lenny/dependencies/tqt3/debian/maintain/build-examples.sh
index ad98ad5be..f62d83b85 100644
--- a/debian/lenny/dependencies/tqt3/debian/maintain/build-examples.sh
+++ b/debian/lenny/dependencies/tqt3/debian/maintain/build-examples.sh
@@ -8,7 +8,7 @@ cp /usr/share/tqt3/.qmake.cache ./.qmake.cache
# Now compile the examples. The themes example
# 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
+# ifdef's for the TQT_NO_xyz_STYLE, so we use make -k to continue
cd examples; qmake -o Makefile examples.pro; make -k
# Now compile the tutorial.
diff --git a/debian/squeeze/dependencies/tqt3/debian/maintain/build-examples.sh b/debian/squeeze/dependencies/tqt3/debian/maintain/build-examples.sh
index ad98ad5be..f62d83b85 100644
--- a/debian/squeeze/dependencies/tqt3/debian/maintain/build-examples.sh
+++ b/debian/squeeze/dependencies/tqt3/debian/maintain/build-examples.sh
@@ -8,7 +8,7 @@ cp /usr/share/tqt3/.qmake.cache ./.qmake.cache
# Now compile the examples. The themes example
# 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
+# ifdef's for the TQT_NO_xyz_STYLE, so we use make -k to continue
cd examples; qmake -o Makefile examples.pro; make -k
# Now compile the tutorial.
diff --git a/ubuntu/maverick/dependencies/tqt3/debian/maintain/build-examples.sh b/ubuntu/maverick/dependencies/tqt3/debian/maintain/build-examples.sh
index ad98ad5be..f62d83b85 100644
--- a/ubuntu/maverick/dependencies/tqt3/debian/maintain/build-examples.sh
+++ b/ubuntu/maverick/dependencies/tqt3/debian/maintain/build-examples.sh
@@ -8,7 +8,7 @@ cp /usr/share/tqt3/.qmake.cache ./.qmake.cache
# Now compile the examples. The themes example
# 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
+# ifdef's for the TQT_NO_xyz_STYLE, so we use make -k to continue
cd examples; qmake -o Makefile examples.pro; make -k
# Now compile the tutorial.