diff options
Diffstat (limited to 'kio/tests/kionetrctest.cpp')
-rw-r--r-- | kio/tests/kionetrctest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kio/tests/kionetrctest.cpp b/kio/tests/kionetrctest.cpp index 95b0cf61a..82c669c74 100644 --- a/kio/tests/kionetrctest.cpp +++ b/kio/tests/kionetrctest.cpp @@ -48,7 +48,7 @@ int main(int argc, char **argv) TDECmdLineArgs::addCmdLineOptions( options ); TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs(); int count = args->count(); - KApplication app; + TDEApplication app; if ( !count ) args->usage(); |