summaryrefslogtreecommitdiffstats
path: root/kugar
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:36:08 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:36:08 -0600
commitea720a87cc64cfc09e53ff48303de43b4df1fb01 (patch)
treeb64fa773ad8102fa3a97806f79236f288fdde797 /kugar
parent9df097f8104a2fb8bfb68dba339639697d6f75a9 (diff)
downloadkoffice-ea720a87cc64cfc09e53ff48303de43b4df1fb01.tar.gz
koffice-ea720a87cc64cfc09e53ff48303de43b4df1fb01.zip
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'kugar')
-rw-r--r--kugar/kudesigner/main.cpp4
-rw-r--r--kugar/part/main.cpp4
2 files changed, 4 insertions, 4 deletions
diff --git a/kugar/kudesigner/main.cpp b/kugar/kudesigner/main.cpp
index 939f9764..199cbd64 100644
--- a/kugar/kudesigner/main.cpp
+++ b/kugar/kudesigner/main.cpp
@@ -26,11 +26,11 @@
#include "kudesigner_aboutdata.h"
-static const KCmdLineOptions options[] =
+static const TDECmdLineOptions options[] =
{
{"+[file]", I18N_NOOP( "File to open" ), 0
},
- KCmdLineLastOption
+ TDECmdLineLastOption
};
extern "C" KUGARDESIGNER_EXPORT int kdemain( int argc, char **argv )
diff --git a/kugar/part/main.cpp b/kugar/part/main.cpp
index a846972a..a81cf192 100644
--- a/kugar/part/main.cpp
+++ b/kugar/part/main.cpp
@@ -21,11 +21,11 @@
#include "kugar_about.h"
-static KCmdLineOptions options[] =
+static TDECmdLineOptions options[] =
{
{ "+[File]", I18N_NOOP( "File to open" ), 0 },
// INSERT YOUR COMMANDLINE OPTIONS HERE
- KCmdLineLastOption
+ TDECmdLineLastOption
};
extern "C" KUGAR_EXPORT int kdemain( int argc, char *argv[] )