┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinpart.h
diff options
context:
space:
mode:
authorDavid Faure <[email protected]>2008-04-17 21:49:53 +0000
committerDavid Faure <[email protected]>2008-04-17 21:49:53 +0000
commitfcafd387f7905f91c86b0459409c72e4bfe52ba1 (patch)
treecebdf83611cc6e6d52167a7707e74b25606a85b1 /src/dolphinpart.h
parent16b9d9bc197aad5e33c2f1957ba782f5097253cb (diff)
Ported dolphinpart to K_PLUGIN_FACTORY
Ported konqueror's part loading to KPluginLoader. Factorized some code into a tryLoadingService. If you miss some khtml actions, update kdelibs/kdecore/util. svn path=/trunk/KDE/kdebase/apps/; revision=798291
Diffstat (limited to 'src/dolphinpart.h')
-rw-r--r--src/dolphinpart.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphinpart.h b/src/dolphinpart.h
index 5942d651e..eaf9cb74e 100644
--- a/src/dolphinpart.h
+++ b/src/dolphinpart.h
@@ -46,7 +46,7 @@ class DolphinPart : public KParts::ReadOnlyPart
Q_PROPERTY( QString currentViewMode READ currentViewMode WRITE setCurrentViewMode )
public:
- explicit DolphinPart(QWidget* parentWidget, QObject* parent, const QStringList& args);
+ explicit DolphinPart(QWidget* parentWidget, QObject* parent, const QVariantList& args);
~DolphinPart();
static KAboutData* createAboutData();