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 /kexi/plugins/macros/tests/komacrotestgui.cpp | |
parent | 9df097f8104a2fb8bfb68dba339639697d6f75a9 (diff) | |
download | koffice-ea720a87cc64cfc09e53ff48303de43b4df1fb01.tar.gz koffice-ea720a87cc64cfc09e53ff48303de43b4df1fb01.zip |
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'kexi/plugins/macros/tests/komacrotestgui.cpp')
-rw-r--r-- | kexi/plugins/macros/tests/komacrotestgui.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kexi/plugins/macros/tests/komacrotestgui.cpp b/kexi/plugins/macros/tests/komacrotestgui.cpp index d651aa01..a0814f1f 100644 --- a/kexi/plugins/macros/tests/komacrotestgui.cpp +++ b/kexi/plugins/macros/tests/komacrotestgui.cpp @@ -28,9 +28,9 @@ static const char description[] = static const char version[] = "0.1"; -static const KCmdLineOptions options[] = +static const TDECmdLineOptions options[] = { - KCmdLineLastOption + TDECmdLineLastOption }; int main( int argc, char** argv ) |