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 0702f16bb..3217de80e 100644 --- a/knewstuff/ghns.cpp +++ b/knewstuff/ghns.cpp @@ -41,7 +41,7 @@ using namespace std; GhnsWidget::GhnsWidget() { - mWallpapers = new KNewStuffGeneric( "kdesktop/wallpaper", this ); + mWallpapers = new TDENewStuffGeneric( "kdesktop/wallpaper", this ); TQBoxLayout *topLayout = new TQVBoxLayout( this ); topLayout->setMargin( KDialog::marginHint() ); |