summaryrefslogtreecommitdiffstats
path: root/yakuake/src/translucent_widget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'yakuake/src/translucent_widget.cpp')
-rw-r--r--yakuake/src/translucent_widget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/yakuake/src/translucent_widget.cpp b/yakuake/src/translucent_widget.cpp
index 3201e37..5a1f59a 100644
--- a/yakuake/src/translucent_widget.cpp
+++ b/yakuake/src/translucent_widget.cpp
@@ -40,5 +40,5 @@ void TranslucentWidget::slotUpdateBackground()
// This is wired up to KApplication::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->tqrepaint(true);
+ if (root_pixmap) root_pixmap->repaint(true);
}