summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:38:03 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:38:03 -0600
commitb7a29d92bd7747bca4e08833f6b506e2647a8ee7 (patch)
treea1b3c4645df11cf42834f1d0e7d9a18371d2f5cd
parentefa4f718964aee9c6612fe61665dec4622cb6785 (diff)
downloadktechlab-b7a29d92.tar.gz
ktechlab-b7a29d92.zip
Rename KCmd to avoid conflicts with KDE4
-rw-r--r--microbe/main.cpp4
-rw-r--r--src/core/main.cpp4
2 files changed, 4 insertions, 4 deletions
diff --git a/microbe/main.cpp b/microbe/main.cpp
index 986b4eb..c4862b6 100644
--- a/microbe/main.cpp
+++ b/microbe/main.cpp
@@ -36,13 +36,13 @@ static const char description[] =
static const char version[] = "0.3";
-static KCmdLineOptions options[] =
+static TDECmdLineOptions options[] =
{
{ "show-source", I18N_NOOP( "Show source code lines in assembly output"),0},
{ "nooptimize", I18N_NOOP( "Do not attempt optimization of generated instructions."),0},
{ "+[Input URL]", I18N_NOOP( "Input filename" ),0},
{ "+[Output URL]", I18N_NOOP( "Output filename" ),0},
- KCmdLineLastOption
+ TDECmdLineLastOption
};
int main(int argc, char **argv)
diff --git a/src/core/main.cpp b/src/core/main.cpp
index ddf252a..3b637c4 100644
--- a/src/core/main.cpp
+++ b/src/core/main.cpp
@@ -22,10 +22,10 @@ static const char description[] =
static const char version[] = "0.3";
-static KCmdLineOptions options[] =
+static TDECmdLineOptions options[] =
{
{ "+[URL]", I18N_NOOP( "Document to open." ), 0 },
- KCmdLineLastOption
+ TDECmdLineLastOption
};