diff options
Diffstat (limited to 'kfind/main.cpp')
-rw-r--r-- | kfind/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kfind/main.cpp b/kfind/main.cpp index 995dea8b9..54aac4a69 100644 --- a/kfind/main.cpp +++ b/kfind/main.cpp @@ -13,10 +13,10 @@ static const char description[] = I18N_NOOP("TDE file find utility"); -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "+[searchpath]", I18N_NOOP("Path(s) to search"), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; int main( int argc, char ** argv ) |