diff options
Diffstat (limited to 'apps/ktupnptest/main.cpp')
-rw-r--r-- | apps/ktupnptest/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/ktupnptest/main.cpp b/apps/ktupnptest/main.cpp index 65fa4d8..97461ae 100644 --- a/apps/ktupnptest/main.cpp +++ b/apps/ktupnptest/main.cpp @@ -53,7 +53,7 @@ int main(int argc,char** argv) "http://ktorrent.org/"); TDECmdLineArgs::init(argc, argv,&about); TDECmdLineArgs::addCmdLineOptions( options ); - KApplication app; + TDEApplication app; Globals::instance().initLog(kt::DataDir() + "ktupnptest.log"); UPnPTestApp* mwnd = new UPnPTestApp(); |