summaryrefslogtreecommitdiffstats
path: root/src/profileengine
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:48:39 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:48:39 -0600
commit2e05692480ffca7ce2043180e9377619c233ee66 (patch)
tree5088d7b6bbb2a9ddd2cf47b53bde45e72f2529d7 /src/profileengine
parent2f859f842a79ef5cf5b6df6ffcdbe47f5e0bcf24 (diff)
downloadtdevelop-2e05692480ffca7ce2043180e9377619c233ee66.tar.gz
tdevelop-2e05692480ffca7ce2043180e9377619c233ee66.zip
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'src/profileengine')
-rw-r--r--src/profileengine/editor/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/profileengine/editor/main.cpp b/src/profileengine/editor/main.cpp
index 4ffe6f92..c004b421 100644
--- a/src/profileengine/editor/main.cpp
+++ b/src/profileengine/editor/main.cpp
@@ -23,9 +23,9 @@
#include "profileeditor.h"
-static KCmdLineOptions options[] =
+static TDECmdLineOptions options[] =
{
- KCmdLineLastOption
+ TDECmdLineLastOption
};
int main(int argc, char **argv)