summaryrefslogtreecommitdiffstats
path: root/kmymoney2/kmymoneytest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmymoney2/kmymoneytest.cpp')
-rw-r--r--kmymoney2/kmymoneytest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kmymoney2/kmymoneytest.cpp b/kmymoney2/kmymoneytest.cpp
index 74cfe1c..c7ca248 100644
--- a/kmymoney2/kmymoneytest.cpp
+++ b/kmymoney2/kmymoneytest.cpp
@@ -111,11 +111,11 @@ int main(int testargc, char** testargv)
int rc = 0;
#ifdef HAVE_LIBCPPUNIT
- static const KCmdLineOptions options[] =
+ static const TDECmdLineOptions options[] =
{
{ "+[test_suite]", ("Optionally specify a test suite"), 0 },
{ "", ("Optional arguments are for ctest"), 0 },
- KCmdLineLastOption // End of options.
+ TDECmdLineLastOption // End of options.
};
// we seem to need a TDEApplication object to use TDEGlobal::locale()