From 3a3518bb002cace6891cdf58a7ee83b3fb15ce8a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 6 Feb 2013 19:45:08 -0600 Subject: Rename KCmd to avoid conflicts with KDE4 --- klettres/klettres/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'klettres/klettres') diff --git a/klettres/klettres/main.cpp b/klettres/klettres/main.cpp index 832f5476..9be82e0b 100644 --- a/klettres/klettres/main.cpp +++ b/klettres/klettres/main.cpp @@ -37,10 +37,10 @@ static const char description[] = static const char version[] = "1.5.1"; -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