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 --- kfaxview/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kfaxview/main.cpp') diff --git a/kfaxview/main.cpp b/kfaxview/main.cpp index 70921c9c..9a7162c6 100644 --- a/kfaxview/main.cpp +++ b/kfaxview/main.cpp @@ -15,7 +15,7 @@ #include "kviewshell.h" -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "unique", I18N_NOOP("Check if the file is loaded in another KFaxView instance.\nIf it is, bring up the other KFaxView. Otherwise, load the file."), 0 }, { "g", 0, 0 }, @@ -41,7 +41,7 @@ static KCmdLineOptions options[] = { "2" , I18N_NOOP("(obsolete)"), 0 }, { "4", I18N_NOOP("(obsolete)"), 0 }, { "+file(s)", I18N_NOOP("Files to load"), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; -- cgit v1.2.1