diff options
| author | Friedrich W. H. Kossebau <[email protected]> | 2020-11-28 11:24:29 +0100 |
|---|---|---|
| committer | Elvis Angelaccio <[email protected]> | 2020-12-07 22:09:58 +0000 |
| commit | 9826d810340d1f6fe135a300a66d689f37add41e (patch) | |
| tree | a11207624f7c07b726155c1a73e7af092e16957d /src/dolphinpart.h | |
| parent | 07b7f76f7c66b3cdf8d5a04dcd3a629e5993b21c (diff) | |
dolphinpart: port to new KPluginMetaData-based KParts API
Diffstat (limited to 'src/dolphinpart.h')
| -rw-r--r-- | src/dolphinpart.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/dolphinpart.h b/src/dolphinpart.h index 3d613c276..16c49f96e 100644 --- a/src/dolphinpart.h +++ b/src/dolphinpart.h @@ -20,7 +20,6 @@ class DolphinPartBrowserExtension; class DolphinRemoteEncoding; class KDirLister; class DolphinView; -class KAboutData; class DolphinRemoveAction; class DolphinPart : public KParts::ReadOnlyPart @@ -40,11 +39,10 @@ class DolphinPart : public KParts::ReadOnlyPart Q_PROPERTY( QList<QUrl> filesToSelect READ filesToSelect WRITE setFilesToSelect ) public: - explicit DolphinPart(QWidget* parentWidget, QObject* parent, const QVariantList& args); + explicit DolphinPart(QWidget* parentWidget, QObject* parent, + const KPluginMetaData& metaData, const QVariantList& args); ~DolphinPart() override; - static KAboutData* createAboutData(); - /** * Standard KParts::ReadOnlyPart openUrl method. * Called by Konqueror to view a directory in DolphinPart. |
