diff options
Diffstat (limited to 'knewstuff/ghns.cpp')
-rw-r--r-- | knewstuff/ghns.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/knewstuff/ghns.cpp b/knewstuff/ghns.cpp index 709460862..1f5c01768 100644 --- a/knewstuff/ghns.cpp +++ b/knewstuff/ghns.cpp @@ -81,7 +81,7 @@ int main(int argc,char **argv) KAboutData aboutData("ghns","Get Hot New Stuff","0.1"); TDECmdLineArgs::init(argc,argv,&aboutData); - KApplication app; + TDEApplication app; GhnsWidget wid; app.setMainWidget( &wid ); |