summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:37:15 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:37:15 -0600
commit889623f2f06a58d3a44724d64af87a214f8f14b5 (patch)
treef9ed6a6838d3ba0ccbe37eecc3662d5d894605a2
parent4462a0a8bf9846c72ecd79b8dcac6150c0bf3a5c (diff)
downloadkpicosim-889623f2.tar.gz
kpicosim-889623f2.zip
Rename KCmd to avoid conflicts with KDE4
-rwxr-xr-xsrc/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 33bb160..0cfed7b 100755
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -30,10 +30,10 @@ static const char description[] =
static const char version[] = "0.1";
-static KCmdLineOptions options[] =
+static TDECmdLineOptions options[] =
{
// { "+[URL]", I18N_NOOP( "Document to open" ), 0 },
- KCmdLineLastOption
+ TDECmdLineLastOption
};
int main(int argc, char **argv)