diff options
Diffstat (limited to 'kregexpeditor/qt-only/clean')
-rwxr-xr-x | kregexpeditor/qt-only/clean | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kregexpeditor/qt-only/clean b/kregexpeditor/qt-only/clean index 57e9a6d..c594401 100755 --- a/kregexpeditor/qt-only/clean +++ b/kregexpeditor/qt-only/clean @@ -5,8 +5,8 @@ rm -rf manual rm -rf predefined rm -rf icons rm unistd.h -find -lname \* -maxdepth 1 | xargs rm -rm moc_* +tqfind -lname \* -maxdepth 1 | xargs rm +rm tqmoc_* rm images.h rm gen_* rm -rf kregexpeditor* |