summaryrefslogtreecommitdiffstats
path: root/kmymoney2/kmymoneytest.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 18:46:27 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 18:46:27 -0600
commit31844f5e7358fff86f7892f901ef371966cd3777 (patch)
tree793b85c001a46aeb9b306d0e65ec2a98a86a29a7 /kmymoney2/kmymoneytest.cpp
parentcf7c58eb9bbb62e74a06ce92338f78ee19d01a23 (diff)
downloadkmymoney-31844f5e7358fff86f7892f901ef371966cd3777.tar.gz
kmymoney-31844f5e7358fff86f7892f901ef371966cd3777.zip
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
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 c4a997f..84a7f32 100644
--- a/kmymoney2/kmymoneytest.cpp
+++ b/kmymoney2/kmymoneytest.cpp
@@ -119,8 +119,8 @@ int main(int testargc, char** testargv)
};
// we seem to need a KApplication object to use KGlobal::locale()
- KCmdLineArgs::init(testargc, testargv, testargv[0], "UNIT TESTS", "", "0.1");
- KCmdLineArgs::addCmdLineOptions( options );
+ TDECmdLineArgs::init(testargc, testargv, testargv[0], "UNIT TESTS", "", "0.1");
+ TDECmdLineArgs::addCmdLineOptions( options );
KApplication::disableAutoDcopRegistration();
KApplication app(false, false);