From 78b4b738d3bd15c2c820bb566c4725f7cea1ff8d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 6 Feb 2013 19:45:41 -0600 Subject: Rename KCmd to avoid conflicts with KDE4 --- kiconedit/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kiconedit') diff --git a/kiconedit/main.cpp b/kiconedit/main.cpp index 4b93c6bb..942b115c 100644 --- a/kiconedit/main.cpp +++ b/kiconedit/main.cpp @@ -34,10 +34,10 @@ static const char description[] = I18N_NOOP("TDE Icon Editor"); -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "+[file(s)]" , I18N_NOOP("Icon file(s) to open"), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; int main(int argc, char **argv) -- cgit v1.2.1