summaryrefslogtreecommitdiffstats
path: root/knewstuff/testnewstuff.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'knewstuff/testnewstuff.cpp')
-rw-r--r--knewstuff/testnewstuff.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/knewstuff/testnewstuff.cpp b/knewstuff/testnewstuff.cpp
index 451be8b43..189a90067 100644
--- a/knewstuff/testnewstuff.cpp
+++ b/knewstuff/testnewstuff.cpp
@@ -110,7 +110,7 @@ int main(int argc,char **argv)
KAboutData aboutData("knewstufftest","KNewStuff Test","0.1");
TDECmdLineArgs::init(argc,argv,&aboutData);
- KApplication app;
+ TDEApplication app;
MyWidget wid;
app.setMainWidget( &wid );