diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-06 19:48:02 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-06 19:48:02 -0600 |
commit | fe0432259a73c5b048cf34ea30f525ed2af392ce (patch) | |
tree | ab887d531fd1bc5d5e5e711f10a49e8e89f15cae /superkaramba | |
parent | 34ec7cf1e70300eb43f3822ce3261893f9f8ace6 (diff) | |
download | tdeutils-fe0432259a73c5b048cf34ea30f525ed2af392ce.tar.gz tdeutils-fe0432259a73c5b048cf34ea30f525ed2af392ce.zip |
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'superkaramba')
-rw-r--r-- | superkaramba/src/main.cpp | 2 | ||||
-rw-r--r-- | superkaramba/src/taskbartest.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/superkaramba/src/main.cpp b/superkaramba/src/main.cpp index f4215f0..e1c19b0 100644 --- a/superkaramba/src/main.cpp +++ b/superkaramba/src/main.cpp @@ -44,7 +44,7 @@ static const char *description = static const char *version = "0.42"; -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { // { "+[URL]", I18N_NOOP( "Document to open" ), 0 }, // { "!nosystray", I18N_NOOP("Disable systray icon"), 0 }, diff --git a/superkaramba/src/taskbartest.cpp b/superkaramba/src/taskbartest.cpp index 7498b41..95a40a1 100644 --- a/superkaramba/src/taskbartest.cpp +++ b/superkaramba/src/taskbartest.cpp @@ -39,7 +39,7 @@ static const char *description = static const char *version = "0.17"; -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { // { "+[URL]", I18N_NOOP( "Document to open" ), 0 }, { "+file", I18N_NOOP("A required argument 'file'"), 0 }, |