diff options
Diffstat (limited to 'kmymoney2/kmymoneytest.cpp')
-rw-r--r-- | kmymoney2/kmymoneytest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmymoney2/kmymoneytest.cpp b/kmymoney2/kmymoneytest.cpp index 46d54b7..74cfe1c 100644 --- a/kmymoney2/kmymoneytest.cpp +++ b/kmymoney2/kmymoneytest.cpp @@ -118,7 +118,7 @@ int main(int testargc, char** testargv) KCmdLineLastOption // End of options. }; - // we seem to need a TDEApplication object to use KGlobal::locale() + // we seem to need a TDEApplication object to use TDEGlobal::locale() TDECmdLineArgs::init(testargc, testargv, testargv[0], "UNIT TESTS", "", "0.1"); TDECmdLineArgs::addCmdLineOptions( options ); TDEApplication::disableAutoDcopRegistration(); |