diff options
| author | Alex Richardson <[email protected]> | 2014-04-10 03:02:40 +0200 |
|---|---|---|
| committer | Alex Richardson <[email protected]> | 2014-05-05 23:05:33 +0200 |
| commit | 693bf89f2e3e184e2dd3a2e6628f630688bd48d2 (patch) | |
| tree | 8cfdc288201b1914ac97ad4702c9d7c486a6f302 /src/dolphinpart.cpp | |
| parent | 2f045c60109e0a5811f68bcce617236e3478e402 (diff) | |
KParts::ReadOnlyPart::openUrl() changed from KUrl parameter to QUrl
Diffstat (limited to 'src/dolphinpart.cpp')
| -rw-r--r-- | src/dolphinpart.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphinpart.cpp b/src/dolphinpart.cpp index 0e1430c9f..c78a460ea 100644 --- a/src/dolphinpart.cpp +++ b/src/dolphinpart.cpp @@ -302,7 +302,7 @@ KAboutData* DolphinPart::createAboutData() return new KAboutData("dolphinpart", "dolphin", i18nc("@title", "Dolphin Part"), "0.1"); } -bool DolphinPart::openUrl(const KUrl& url) +bool DolphinPart::openUrl(const QUrl &url) { bool reload = arguments().reload(); // A bit of a workaround so that changing the namefilter works: force reload. |
