diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-06 19:36:08 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-06 19:36:08 -0600 |
commit | ea720a87cc64cfc09e53ff48303de43b4df1fb01 (patch) | |
tree | b64fa773ad8102fa3a97806f79236f288fdde797 /lib/kross/test/main.cpp | |
parent | 9df097f8104a2fb8bfb68dba339639697d6f75a9 (diff) | |
download | koffice-ea720a87cc64cfc09e53ff48303de43b4df1fb01.tar.gz koffice-ea720a87cc64cfc09e53ff48303de43b4df1fb01.zip |
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'lib/kross/test/main.cpp')
-rw-r--r-- | lib/kross/test/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kross/test/main.cpp b/lib/kross/test/main.cpp index 275a9e93a..449116cb6 100644 --- a/lib/kross/test/main.cpp +++ b/lib/kross/test/main.cpp @@ -53,7 +53,7 @@ TDEApplication *app = 0; -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "interpreter <interpretername>", I18N_NOOP("Name of the interpreter being used"), "python" }, { "scriptfile <filename>", I18N_NOOP("Script file to execute with the defined interpreter"), "testcase.py" }, |