diff options
author | Timothy Pearson <[email protected]> | 2013-02-06 19:38:40 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-06 19:38:40 -0600 |
commit | bb348a876d2b587d02e044295cf4ab8666251287 (patch) | |
tree | bbd97ad48d83c8124b2a3f053a097ff0b1f280be /src | |
parent | 3f26251087cb1a92dd48ddb86edae47c53e4e34e (diff) | |
download | kvpnc-bb348a876d2b587d02e044295cf4ab8666251287.tar.gz kvpnc-bb348a876d2b587d02e044295cf4ab8666251287.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 eb3f009..7150220 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -55,13 +55,13 @@ static const char *KVPNCVERSION = versionstring.ascii() ; #endif -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { // INSERT YOUR COMMANDLINE OPTIONS HERE { "openvpnimport <file>", I18N_NOOP ( "Import OpenVPN config file" ), 0 }, { "ciscoimport <file>", I18N_NOOP ( "Import Cisco PCF file" ), 0 }, { ":", I18N_NOOP ( "Extra options:" ), 0 }, - KCmdLineLastOption // End of options. + TDECmdLineLastOption // End of options. }; int main ( int argc, char *argv[] ) |