From b7a29d92bd7747bca4e08833f6b506e2647a8ee7 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 6 Feb 2013 19:38:03 -0600 Subject: Rename KCmd to avoid conflicts with KDE4 --- src/core/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/core') diff --git a/src/core/main.cpp b/src/core/main.cpp index ddf252a..3b637c4 100644 --- a/src/core/main.cpp +++ b/src/core/main.cpp @@ -22,10 +22,10 @@ static const char description[] = static const char version[] = "0.3"; -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "+[URL]", I18N_NOOP( "Document to open." ), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; -- cgit v1.2.1