From 051ae88012e0fd0ed56b862da0efa957f1a72957 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 6 Feb 2013 19:49:06 -0600 Subject: Rename KCmd to avoid conflicts with KDE4 --- klinkstatus/src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'klinkstatus') diff --git a/klinkstatus/src/main.cpp b/klinkstatus/src/main.cpp index 55983fe3..5e75262c 100644 --- a/klinkstatus/src/main.cpp +++ b/klinkstatus/src/main.cpp @@ -35,10 +35,10 @@ static const char description[] = static const char version[] = "0.3.2"; -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "+[URL]", I18N_NOOP( "Document to open" ), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; int main(int argc, char *argv[]) -- cgit v1.2.3