From 145a767e719523df795f373bcc238244a6bba38a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 6 Feb 2013 19:39:56 -0600 Subject: [PATCH] Rename KCmd to avoid conflicts with KDE4 --- src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index 9175d85..3677f09 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -31,10 +31,10 @@ static const char description[] = static const char version[] = "0.5.7"; -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { // { "+[URL]", I18N_NOOP( "Document to open" ), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; int main(int argc, char **argv)