summaryrefslogtreecommitdiffstats
path: root/kexi/formeditor
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 /kexi/formeditor
parent9df097f8104a2fb8bfb68dba339639697d6f75a9 (diff)
downloadkoffice-ea720a87cc64cfc09e53ff48303de43b4df1fb01.tar.gz
koffice-ea720a87cc64cfc09e53ff48303de43b4df1fb01.zip
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'kexi/formeditor')
-rw-r--r--kexi/formeditor/test/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kexi/formeditor/test/main.cpp b/kexi/formeditor/test/main.cpp
index d0142ec6..1120acce 100644
--- a/kexi/formeditor/test/main.cpp
+++ b/kexi/formeditor/test/main.cpp
@@ -29,10 +29,10 @@ static const char *description =
static const char *version = "0.3";
-static KCmdLineOptions options[] =
+static TDECmdLineOptions options[] =
{
{ "+[URL]", I18N_NOOP( "Document to open" ), 0 },
- KCmdLineLastOption
+ TDECmdLineLastOption
};
int main(int argc, char **argv)