diff options
-rw-r--r-- | kooka/kookaview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kooka/kookaview.cpp b/kooka/kookaview.cpp index f9c39d6c..8cca60ad 100644 --- a/kooka/kookaview.cpp +++ b/kooka/kookaview.cpp @@ -156,7 +156,7 @@ KookaView::KookaView( KParts::DockMainWindow *parent, const TQCString& deviceToU * Create a Kombobox that holds the last folders visible even on the preview page */ m_dockRecent = parent->createDockWidget( "Recent", - loader->loadIcon( ""image-x-generic", TDEIcon::Small ), + loader->loadIcon( "image-x-generic", TDEIcon::Small ), 0L, i18n("Gallery Folders")); m_dockRecent->setDockSite(KDockWidget::DockFullSite); |