diff options
Diffstat (limited to 'kabc/tests/testkabc.cpp')
-rw-r--r-- | kabc/tests/testkabc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kabc/tests/testkabc.cpp b/kabc/tests/testkabc.cpp index 04a589eef..ee767e523 100644 --- a/kabc/tests/testkabc.cpp +++ b/kabc/tests/testkabc.cpp @@ -23,7 +23,7 @@ int main(int argc,char **argv) KAboutData aboutData("testkabc",I18N_NOOP("TestKabc"),"0.1"); TDECmdLineArgs::init(argc, argv, &aboutData); - KApplication app( false, false ); + TDEApplication app( false, false ); AddressBook *ab = StdAddressBook::self(); #define READ |