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 b301069..7d7b886 100644 --- a/yakuake/src/main_window.cpp +++ b/yakuake/src/main_window.cpp @@ -324,7 +324,7 @@ void MainWindow::showPopup(const TQString& text, int time) { /* Show a passive popup with the given text. */ - popup.setView(i18n("Yakuake Notification"), text, KApplication::kApplication()->miniIcon()); + popup.setView(i18n("Yakuake Notification"), text, TDEApplication::kApplication()->miniIcon()); popup.setTimeout(time); popup.show(); } |