]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphinpart.h
KParts::ReadOnlyPart::openUrl() changed from KUrl parameter to QUrl
[dolphin.git] / src / dolphinpart.h
index 8e3ea58de7542e8df0224989e014e6232f4baeaa..9ab1e80ce86edfd62b48283c03f92cd60746a7c6 100644 (file)
@@ -65,7 +65,7 @@ public:
      * Standard KParts::ReadOnlyPart openUrl method.
      * Called by Konqueror to view a directory in DolphinPart.
      */
-    virtual bool openUrl(const KUrl& url);
+    virtual bool openUrl(const QUrl& url) Q_DECL_OVERRIDE;
 
     /// see the supportsUndo property
     bool supportsUndo() const { return true; }