diff options
Diffstat (limited to 'kabc/tests/testkabcdlg.cpp')
-rw-r--r-- | kabc/tests/testkabcdlg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kabc/tests/testkabcdlg.cpp b/kabc/tests/testkabcdlg.cpp index 322bb1ca9..b78fb4a5f 100644 --- a/kabc/tests/testkabcdlg.cpp +++ b/kabc/tests/testkabcdlg.cpp @@ -22,7 +22,7 @@ int main(int argc,char **argv) TDECmdLineArgs::init(argc,argv,&aboutData); TDECmdLineArgs::addCmdLineOptions( options ); - KApplication app; + TDEApplication app; TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs(); if (args->isSet("multiple")) { |