summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2014-10-22 09:56:40 +0200
committerSlávek Banko <slavek.banko@axis.cz>2014-10-22 09:56:40 +0200
commit821de37ccdc614b3b8c2b12221f020d0b2a98ab9 (patch)
tree70f38307cb36b23e32a8991367c1a6f40d9a0850
parenta09a81226625ca200f8cbd24e702e21dc81b1291 (diff)
downloadtdegraphics-821de37ccdc614b3b8c2b12221f020d0b2a98ab9.tar.gz
tdegraphics-821de37ccdc614b3b8c2b12221f020d0b2a98ab9.zip
Fix typo in prior commit a09a8122
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r--kooka/kookaview.cpp2
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);