summaryrefslogtreecommitdiffstats
path: root/yakuake
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-20 00:01:34 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-20 00:01:34 -0600
commitafa7c0c602e9f83d612d9b7b1febdec3f062d47e (patch)
tree960a5bf353dd254bcdb89f056dc84ba84abf4600 /yakuake
parent0651459e890cfa7a23f88eb1142f05c4e59189c0 (diff)
downloadyakuake-afa7c0c602e9f83d612d9b7b1febdec3f062d47e.tar.gz
yakuake-afa7c0c602e9f83d612d9b7b1febdec3f062d47e.zip
Rename KApplication to TDEApplication to avoid conflicts with KDE4
Diffstat (limited to 'yakuake')
-rw-r--r--yakuake/src/main_window.cpp2
-rw-r--r--yakuake/src/translucent_widget.cpp2
2 files changed, 2 insertions, 2 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();
}
diff --git a/yakuake/src/translucent_widget.cpp b/yakuake/src/translucent_widget.cpp
index 5a1f59a..1afe1b2 100644
--- a/yakuake/src/translucent_widget.cpp
+++ b/yakuake/src/translucent_widget.cpp
@@ -37,7 +37,7 @@ TranslucentWidget::~TranslucentWidget()
void TranslucentWidget::slotUpdateBackground()
{
- // This is wired up to KApplication::backgroundChanged and needed
+ // This is wired up to TDEApplication::backgroundChanged and needed
// to kick KRootPixmap into updating the background again, which
// it likes to forget after having been moved off-screen.
if (root_pixmap) root_pixmap->repaint(true);