diff options
author | Timothy Pearson <[email protected]> | 2013-02-06 19:43:04 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-06 19:43:04 -0600 |
commit | b2485e1170356437cce33facfc41c7446e080483 (patch) | |
tree | b8f066ac00c6062e87b02bb1df34e513ae6d18c5 /knetworkconf | |
parent | f5ca1166fde07a0bad6bf9a5d151a1834bdd23a6 (diff) | |
download | tdeadmin-b2485e1170356437cce33facfc41c7446e080483.tar.gz tdeadmin-b2485e1170356437cce33facfc41c7446e080483.zip |
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'knetworkconf')
-rw-r--r-- | knetworkconf/knetworkconf/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/knetworkconf/knetworkconf/main.cpp b/knetworkconf/knetworkconf/main.cpp index 710d977..c5d8748 100644 --- a/knetworkconf/knetworkconf/main.cpp +++ b/knetworkconf/knetworkconf/main.cpp @@ -30,7 +30,7 @@ #include "version.h" -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { 0, 0, 0 } // INSERT YOUR COMMANDLINE OPTIONS HERE |