From 5e664c2e4a7b9dcaf2660f8db94a632d1021e2dd Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 6 Feb 2013 19:44:17 -0600 Subject: Rename KCmd to avoid conflicts with KDE4 --- kfind/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kfind/main.cpp') 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 ) -- cgit v1.2.1