From 9a03aa40e3110a537b19f8a708d6782c69526f30 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 6 Feb 2013 19:47:05 -0600 Subject: Rename KCmd to avoid conflicts with KDE4 --- kppp/logview/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kppp/logview') diff --git a/kppp/logview/main.cpp b/kppp/logview/main.cpp index bdf55499..67f37cdf 100644 --- a/kppp/logview/main.cpp +++ b/kppp/logview/main.cpp @@ -39,10 +39,10 @@ static const char description[] = static const char version[] = "v0.0.2"; -static KCmdLineOptions option[] = +static TDECmdLineOptions option[] = { { "kppp", I18N_NOOP("Run in KPPP mode"), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; -- cgit v1.2.1