diff options
Diffstat (limited to 'kabc/tests/testaddressfmt.cpp')
-rw-r--r-- | kabc/tests/testaddressfmt.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kabc/tests/testaddressfmt.cpp b/kabc/tests/testaddressfmt.cpp index 19b2e8306..9f70a0eec 100644 --- a/kabc/tests/testaddressfmt.cpp +++ b/kabc/tests/testaddressfmt.cpp @@ -20,8 +20,8 @@ static const KCmdLineOptions options[] = int main(int argc,char **argv) { KAboutData aboutData("testaddressfmt","TestAddressFormat","0.1"); - KCmdLineArgs::init(argc, argv, &aboutData); - KCmdLineArgs::addCmdLineOptions(options); + TDECmdLineArgs::init(argc, argv, &aboutData); + TDECmdLineArgs::addCmdLineOptions(options); KApplication app; |