diff options
Diffstat (limited to 'knewstuff/khotnewstuff.cpp')
-rw-r--r-- | knewstuff/khotnewstuff.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/knewstuff/khotnewstuff.cpp b/knewstuff/khotnewstuff.cpp index cf68255a3..bbca71b89 100644 --- a/knewstuff/khotnewstuff.cpp +++ b/knewstuff/khotnewstuff.cpp @@ -42,7 +42,7 @@ int main(int argc, char **argv) TDECmdLineArgs::addCmdLineOptions(op); args = TDECmdLineArgs::parsedArgs(); - KApplication i; + TDEApplication i; KNS::DownloadDialog d; if(args->isSet("type")) d.setType(args->getOption("type")); |