diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-21 16:42:09 -0500 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-11-12 09:43:42 +0100 |
commit | bb77c45271b66336c89be9e32ec7fdeae00ce9cf (patch) | |
tree | a4ce89ad97a5cee6ecbf4b7ee1c348338453188d /kregexpeditor | |
parent | adc178a2e21c7b998afca14b70135d55427a7036 (diff) | |
download | tdeutils-bb77c45271b66336c89be9e32ec7fdeae00ce9cf.tar.gz tdeutils-bb77c45271b66336c89be9e32ec7fdeae00ce9cf.zip |
Fix inadvertent tq changes.
(cherry picked from commit af98a0908fa6f5d06735700160719346e9db9000)
Diffstat (limited to 'kregexpeditor')
-rwxr-xr-x | kregexpeditor/qt-only/clean | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kregexpeditor/qt-only/clean b/kregexpeditor/qt-only/clean index 4fa6772..57e9a6d 100755 --- a/kregexpeditor/qt-only/clean +++ b/kregexpeditor/qt-only/clean @@ -6,7 +6,7 @@ rm -rf predefined rm -rf icons rm unistd.h find -lname \* -maxdepth 1 | xargs rm -rm tqmoc_* +rm moc_* rm images.h rm gen_* rm -rf kregexpeditor* |