diff --git a/shell/shell.cpp b/shell/shell.cpp index 29068d093..7468c742d 100644 --- a/shell/shell.cpp +++ b/shell/shell.cpp @@ -109,6 +109,10 @@ void Shell::init() if (m_openUrl.isValid()) QTimer::singleShot(0, this, SLOT(delayedOpen())); } + else + { + KMessageBox::error(this, i18n("Unable to find the Okular component.")); + } } void Shell::delayedOpen()