From ea720a87cc64cfc09e53ff48303de43b4df1fb01 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 6 Feb 2013 19:36:08 -0600 Subject: Rename KCmd to avoid conflicts with KDE4 --- kexi/plugins/macros/tests/komacrotest.cpp | 4 ++-- kexi/plugins/macros/tests/komacrotestgui.cpp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'kexi/plugins/macros/tests') diff --git a/kexi/plugins/macros/tests/komacrotest.cpp b/kexi/plugins/macros/tests/komacrotest.cpp index 15fc9db13..afc9c98b8 100644 --- a/kexi/plugins/macros/tests/komacrotest.cpp +++ b/kexi/plugins/macros/tests/komacrotest.cpp @@ -25,9 +25,9 @@ static const char description[] = I18N_NOOP("KoMacroTester"); static const char version[] = "0.1"; -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { - KCmdLineLastOption + TDECmdLineLastOption }; int main( int argc, char** argv ) diff --git a/kexi/plugins/macros/tests/komacrotestgui.cpp b/kexi/plugins/macros/tests/komacrotestgui.cpp index d651aa01b..a0814f1f3 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 ) -- cgit v1.2.3