diff options
Diffstat (limited to 'yakuake/src/main_window.cpp')
| -rw-r--r-- | yakuake/src/main_window.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yakuake/src/main_window.cpp b/yakuake/src/main_window.cpp index 513bd21..8863c53 100644 --- a/yakuake/src/main_window.cpp +++ b/yakuake/src/main_window.cpp @@ -909,7 +909,7 @@ void MainWindow::slotToggleState() if (timer.isActive()) return; - KWinModule twin(this); + TWinModule twin(this); if (state) { |
