diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-06 19:33:56 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-06 19:33:56 -0600 |
commit | fc7929f4e6a267c6b412f714937f4e26cbe51df2 (patch) | |
tree | a793dff242e38af05969f521bddf1cee1a6c0674 /src | |
parent | ad976f3329af690e4f1a4299a12444dc869f7d25 (diff) | |
download | tdeio-umountwrapper-fc7929f4e6a267c6b412f714937f4e26cbe51df2.tar.gz tdeio-umountwrapper-fc7929f4e6a267c6b412f714937f4e26cbe51df2.zip |
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'src')
-rw-r--r-- | src/main.cpp | 4 |
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) |