summaryrefslogtreecommitdiffstats
path: root/knewstuff/ghns.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'knewstuff/ghns.cpp')
-rw-r--r--knewstuff/ghns.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/knewstuff/ghns.cpp b/knewstuff/ghns.cpp
index 90596da3d..709460862 100644
--- a/knewstuff/ghns.cpp
+++ b/knewstuff/ghns.cpp
@@ -79,7 +79,7 @@ void GhnsWidget::downloadWallpapers()
int main(int argc,char **argv)
{
KAboutData aboutData("ghns","Get Hot New Stuff","0.1");
- KCmdLineArgs::init(argc,argv,&aboutData);
+ TDECmdLineArgs::init(argc,argv,&aboutData);
KApplication app;