summaryrefslogtreecommitdiffstats
path: root/src/slxbrowser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/slxbrowser.cpp')
-rw-r--r--src/slxbrowser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/slxbrowser.cpp b/src/slxbrowser.cpp
index 02a3d50..0690102 100644
--- a/src/slxbrowser.cpp
+++ b/src/slxbrowser.cpp
@@ -94,7 +94,7 @@ void SLXbrowser::loadFinished(bool ok)
_reset.start(_reloadIntervalMs);
}
if (_unsupportedUri && !ok) {
- QMessageBox::warning(this->parentWidget(), QString::fromUtf8("Denied"),
+ QMessageBox::warning(this, QString::fromUtf8("Denied"),
QString::fromUtf8("This URL type is not supported.\n\n"
"Diese Art Link wird nicht unterstützt.\n\n"
"(z.B. Mail)"));