diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-21 15:02:32 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-21 15:02:32 -0500 |
commit | 7599bd501c6411a70c373e2b34ebd00e706d19b6 (patch) | |
tree | 113702e27aaa00e5577880bebfbfc3d996491f2d /mpeglib_artsplug | |
parent | 48cca5fcb61cb72e03c50f5a08a943fd041e876a (diff) | |
download | tdemultimedia-7599bd501c6411a70c373e2b34ebd00e706d19b6.tar.gz tdemultimedia-7599bd501c6411a70c373e2b34ebd00e706d19b6.zip |
Fix inadvertent tq changes.
Diffstat (limited to 'mpeglib_artsplug')
-rw-r--r-- | mpeglib_artsplug/doemacs | 2 |
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` |