From fc7929f4e6a267c6b412f714937f4e26cbe51df2 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 6 Feb 2013 19:33: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 2127de9..a49ae89 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -31,10 +31,10 @@ static const char description[] = static const char version[] = "0.2"; -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "+[URL]", I18N_NOOP( "URL to Safely Remove" ), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; int main(int argc, char **argv)