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 | |
parent | 48cca5fcb61cb72e03c50f5a08a943fd041e876a (diff) | |
download | tdemultimedia-7599bd501c6411a70c373e2b34ebd00e706d19b6.tar.gz tdemultimedia-7599bd501c6411a70c373e2b34ebd00e706d19b6.zip |
Fix inadvertent tq changes.
-rw-r--r-- | mpeglib_artsplug/doemacs | 2 | ||||
-rw-r--r-- | noatun/modules/infrared/infrared.plugin | 2 | ||||
-rw-r--r-- | noatun/noatun.api | 4 |
3 files changed, 4 insertions, 4 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` diff --git a/noatun/modules/infrared/infrared.plugin b/noatun/modules/infrared/infrared.plugin index 4074e6b0..dab20149 100644 --- a/noatun/modules/infrared/infrared.plugin +++ b/noatun/modules/infrared/infrared.plugin @@ -101,7 +101,7 @@ Comment[nds]=Noatun mit Dien Infraroot-Feernbedenen stüern Comment[ne]=तपाईँको IR टाढाकोसँग नियन्त्रण नोवटुन Comment[nl]=Bedien Noatun met uw infrarood afstandbediening Comment[nn]=Styr Noatun med ein infraraud fjernkontroll -Comment[pl]=Sterowanie Noatun za potqmocą pilota podczerwieni +Comment[pl]=Sterowanie Noatun za pomocą pilota podczerwieni Comment[pt]=Controle o Noatun com um comando à distância Comment[pt_BR]=Controlar o Noatun com seu controle-remoto infravermelho Comment[ro]=Controlează Noatun cu telecomanda în infraroşu diff --git a/noatun/noatun.api b/noatun/noatun.api index 2e0b8806..abf3bf87 100644 --- a/noatun/noatun.api +++ b/noatun/noatun.api @@ -59,8 +59,8 @@ WARN_LOGFILE = INPUT = library/noatun FILE_PATTERNS = *.h RECURSIVE = NO -EXCLUDE_PATTERNS = *.tqmoc.* \ - tqmoc* \ +EXCLUDE_PATTERNS = *.moc.* \ + moc* \ *.all_cpp.* \ *unload.* \ EXAMPLE_PATH = |