summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-02-06 19:39:56 -0600
committerTimothy Pearson <[email protected]>2013-02-06 19:39:56 -0600
commit145a767e719523df795f373bcc238244a6bba38a (patch)
tree78b201b871a4e7dd00bbca990524bfde61d3967d /src
parentb31d762e1e0383703060c8baae8b81c5cd57681e (diff)
downloadwlassistant-145a767e719523df795f373bcc238244a6bba38a.tar.gz
wlassistant-145a767e719523df795f373bcc238244a6bba38a.zip
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'src')
-rw-r--r--src/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 9175d85..3677f09 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -31,10 +31,10 @@ static const char description[] =
static const char version[] = "0.5.7";
-static KCmdLineOptions options[] =
+static TDECmdLineOptions options[] =
{
// { "+[URL]", I18N_NOOP( "Document to open" ), 0 },
- KCmdLineLastOption
+ TDECmdLineLastOption
};
int main(int argc, char **argv)