summaryrefslogtreecommitdiffstats
path: root/knewstuff/khotnewstuff.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'knewstuff/khotnewstuff.cpp')
-rw-r--r--knewstuff/khotnewstuff.cpp2
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"));