diff --git a/doc/manual/index.docbook b/doc/manual/index.docbook
index 47325871..00dd1dd1 100644
--- a/doc/manual/index.docbook
+++ b/doc/manual/index.docbook
@@ -846,6 +846,13 @@ Scrollback and Reset
and resets the terminal
+
+
+F11
+ViewFull Screen Mode
+Toggles &konsole; filling the entire screen
+
+
@@ -918,7 +925,7 @@ Current Profile...
SettingsManage
Profiles...
-Opens a editor for managing profiles
+Opens an editor for managing profiles
@@ -932,15 +939,29 @@ Menu Bar
Toggles the menubar being visible
+
+SettingsToolbars Shown
+Allows visibility toggling of the &konsole; toolbars
+
+
+
-F11
-SettingsFull Screen Mode
-Toggles &konsole; filling the entire screen
+SettingsShow
+Show Statusbar
+Toggles the statusbar being visible
-SettingsConfigure
+SettingsConfigure Language...
+
+Opens window to choose an interface translation of &konsole;.
+
+
+
+
+
+SettingsConfigure Keyboard
Shortcuts...
Opens the keyboard shortcut editor. More on shortcuts configuration
can be found in the &kde; Fundamentals.
@@ -965,21 +986,17 @@ can be found in the &kde; Fundame
Previous Tab
-&Ctrl;&Shift;Left
+&Ctrl;&Alt;Left
Move Tab Left
-&Ctrl;&Shift;Right
+&Ctrl;&Alt;Right
Move Tab Right
&Ctrl;&Shift;Ins
Paste Selection
-
-&Shift;	
-Next View Container
-
@@ -987,6 +1004,13 @@ can be found in the &kde; Fundame
+
+SettingsConfigure
+Toolbars...
+Opens the toolbar configuration window
+
+
+
SettingsConfigure
Notifications...
diff --git a/src/MainWindow.cpp b/src/MainWindow.cpp
index 73212944..9dc6e5dc 100644
--- a/src/MainWindow.cpp
+++ b/src/MainWindow.cpp
@@ -877,7 +877,7 @@ void MainWindow::setBlur(bool blur)
_blurEnabled = blur;
if (!_pluggedController->isKonsolePart()) {
- KWindowEffects::enableBlurBehind(windowHandle(), blur);
+ KWindowEffects::enableBlurBehind(winId(), blur);
}
}
diff --git a/src/tests/demo_konsolepart/src/demo_konsolepart.cpp b/src/tests/demo_konsolepart/src/demo_konsolepart.cpp
index 73867149..d309eebe 100644
--- a/src/tests/demo_konsolepart/src/demo_konsolepart.cpp
+++ b/src/tests/demo_konsolepart/src/demo_konsolepart.cpp
@@ -59,7 +59,7 @@ demo_konsolepart::demo_konsolepart()
Qt::DirectConnection,
Q_RETURN_ARG(bool, blurEnabled));
qWarning()<<"blur enabled: "<