diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-21 16:42:09 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-21 16:42:09 -0500 |
commit | af98a0908fa6f5d06735700160719346e9db9000 (patch) | |
tree | 9b5e5ea872f38c5b5ce682ea3d2b17d105cfe13a /kregexpeditor | |
parent | c4d066ffa95111a9350bbcf5a77a2376b0d7686b (diff) | |
download | tdeutils-af98a0908fa6f5d06735700160719346e9db9000.tar.gz tdeutils-af98a0908fa6f5d06735700160719346e9db9000.zip |
Fix inadvertent tq changes.
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* |