summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:33:56 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:33:56 -0600
commitfc7929f4e6a267c6b412f714937f4e26cbe51df2 (patch)
treea793dff242e38af05969f521bddf1cee1a6c0674
parentad976f3329af690e4f1a4299a12444dc869f7d25 (diff)
downloadtdeio-umountwrapper-fc7929f4e6a267c6b412f714937f4e26cbe51df2.tar.gz
tdeio-umountwrapper-fc7929f4e6a267c6b412f714937f4e26cbe51df2.zip
Rename KCmd to avoid conflicts with KDE4
-rw-r--r--src/main.cpp4
1 files 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)