diff options
Diffstat (limited to 'src/dolphinpart.h')
| -rw-r--r-- | src/dolphinpart.h | 2 |
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(); |
