summaryrefslogtreecommitdiffstats
path: root/mpeglib_artsplug
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-10-21 15:02:32 -0500
committerSlávek Banko <slavek.banko@axis.cz>2012-11-10 20:42:14 +0100
commit89b3882a9bbc55b307ac86a8855ad500083a0ead (patch)
treeec8cf176bba02463ce15791446ffbc6acbe960f7 /mpeglib_artsplug
parent233b159cb05d2bdcfb368849ff37ee5eb939ea39 (diff)
downloadtdemultimedia-89b3882a9bbc55b307ac86a8855ad500083a0ead.tar.gz
tdemultimedia-89b3882a9bbc55b307ac86a8855ad500083a0ead.zip
Fix inadvertent tq changes.
(cherry picked from commit 7599bd501c6411a70c373e2b34ebd00e706d19b6)
Diffstat (limited to 'mpeglib_artsplug')
-rw-r--r--mpeglib_artsplug/doemacs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpeglib_artsplug/doemacs b/mpeglib_artsplug/doemacs
index e4d743ef..a875517d 100644
--- a/mpeglib_artsplug/doemacs
+++ b/mpeglib_artsplug/doemacs
@@ -1,6 +1,6 @@
-A=`find . | grep -v tqmoc > flist.txt`
+A=`find . | grep -v moc > flist.txt`
A=`grep "\.cpp$" flist.txt >cpp.txt`
A=`grep "\.h$" flist.txt >h.txt`
A=`grep "\.c$" flist.txt >c.txt`