diff options
| -rw-r--r-- | yakuake/src/main_window.cpp | 2 | ||||
| -rw-r--r-- | yakuake/src/main_window.h | 2 |
2 files changed, 2 insertions, 2 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) { diff --git a/yakuake/src/main_window.h b/yakuake/src/main_window.h index de8c772..1cb914a 100644 --- a/yakuake/src/main_window.h +++ b/yakuake/src/main_window.h @@ -180,7 +180,7 @@ class MainWindow : public TDEMainWindow, virtual public DCOPInterface KPassivePopup popup; /* Desktop information. */ - KWinModule desk_info; + TWinModule desk_info; /* Main menu. */ TDEPopupMenu* menu; |
