diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-06 19:32:03 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-06 19:32:03 -0600 |
commit | e45f184678f9c45afd8583a65b2da69bb3a0a294 (patch) | |
tree | ec8f9d3a217883fb2a479330fb388af038185cc2 /src | |
parent | dc537ea5c0a1aa15104eb31d16e333f468d55dad (diff) | |
download | filelight-e45f184678f9c45afd8583a65b2da69bb3a0a294.tar.gz filelight-e45f184678f9c45afd8583a65b2da69bb3a0a294.zip |
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'src')
-rw-r--r-- | src/app/main.cpp | 2 |
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 } |