summaryrefslogtreecommitdiffstats
path: root/yakuake/src/translucent_widget.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-15 15:34:19 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-15 15:34:19 -0600
commit7d739dcefd17edfd57af2072229178b456a31fbb (patch)
tree6a66ee806f7e6158ddf98ba3a7bf0c9d36246aaa /yakuake/src/translucent_widget.cpp
parentb5149981f0a49f6e9354355a5596678c9f02a543 (diff)
downloadyakuake-7d739dcefd17edfd57af2072229178b456a31fbb.tar.gz
yakuake-7d739dcefd17edfd57af2072229178b456a31fbb.zip
Rename a number of old tq methods that are no longer tq specific
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);
}