From baed5a65d40d122bef4e87f64a1de00dbfb11687 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20W=C3=B6bbeking?= Date: Tue, 15 Jan 2008 11:09:56 +0000 Subject: [PATCH] make sure that other apps using this part find Dolphin's view-file-columns icons svn path=/branches/KDE/4.0/kdebase/apps/; revision=761729 --- src/dolphinpart.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/dolphinpart.cpp b/src/dolphinpart.cpp index 155884bfa..d26f14061 100644 --- a/src/dolphinpart.cpp +++ b/src/dolphinpart.cpp @@ -28,6 +28,7 @@ #include #include +#include #include #include #include @@ -47,6 +48,9 @@ DolphinPart::DolphinPart(QWidget* parentWidget, QObject* parent, const QStringLi setComponentData( DolphinPartFactory::componentData() ); m_extension = new DolphinPartBrowserExtension(this); + // make sure that other apps using this part find Dolphin's view-file-columns icons + KIconLoader::global()->addAppDir("dolphin"); + m_dirLister = new KDirLister; m_dirLister->setAutoUpdate(true); m_dirLister->setMainWindow(parentWidget->topLevelWidget()); -- 2.47.3