summaryrefslogtreecommitdiffstats
path: root/src/app
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:32:03 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:32:03 -0600
commite45f184678f9c45afd8583a65b2da69bb3a0a294 (patch)
treeec8f9d3a217883fb2a479330fb388af038185cc2 /src/app
parentdc537ea5c0a1aa15104eb31d16e333f468d55dad (diff)
downloadfilelight-e45f184678f9c45afd8583a65b2da69bb3a0a294.tar.gz
filelight-e45f184678f9c45afd8583a65b2da69bb3a0a294.zip
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'src/app')
-rw-r--r--src/app/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/main.cpp b/src/app/main.cpp
index bb4f94f..262d701 100644
--- a/src/app/main.cpp
+++ b/src/app/main.cpp
@@ -10,7 +10,7 @@
#include "mainWindow.h"
-static const KCmdLineOptions options[] =
+static const TDECmdLineOptions options[] =
{
{ "+[path]", I18N_NOOP( "Scan 'path'" ), 0 },
{ 0, 0, 0 }