diff options
Diffstat (limited to 'kabc/tests/testaddressfmt.cpp')
-rw-r--r-- | kabc/tests/testaddressfmt.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kabc/tests/testaddressfmt.cpp b/kabc/tests/testaddressfmt.cpp index 9f70a0eec..c9369d756 100644 --- a/kabc/tests/testaddressfmt.cpp +++ b/kabc/tests/testaddressfmt.cpp @@ -23,7 +23,7 @@ int main(int argc,char **argv) TDECmdLineArgs::init(argc, argv, &aboutData); TDECmdLineArgs::addCmdLineOptions(options); - KApplication app; + TDEApplication app; Address a; a.setStreet("Lummerlandstr. 1"); |