summaryrefslogtreecommitdiffstats
path: root/src/thememoodin.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-18 18:13:16 -0600
committerSlávek Banko <slavek.banko@axis.cz>2012-07-31 03:36:51 +0200
commita3842b2522502c087d781679c0ef2bb000eea46e (patch)
treeafb0844de54c806a8fb2716259dcb1cb7ed7bdb2 /src/thememoodin.cpp
parent4c3360783e0ebde096d7463f63be742cd0c785b0 (diff)
downloadksplash-engine-moodin-a3842b2522502c087d781679c0ef2bb000eea46e.tar.gz
ksplash-engine-moodin-a3842b2522502c087d781679c0ef2bb000eea46e.zip
Rename old tq methods that no longer need a unique name
(cherry picked from commit cf4b244e5708cb15a18d6eca89468ca3d31333ef)
Diffstat (limited to 'src/thememoodin.cpp')
-rw-r--r--src/thememoodin.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/thememoodin.cpp b/src/thememoodin.cpp
index 9c8f7ec..f623979 100644
--- a/src/thememoodin.cpp
+++ b/src/thememoodin.cpp
@@ -380,7 +380,7 @@ void ThemeMoodin::slotSetPixmap(const TQString& s)
}
-void ThemeMoodin::updatetqStatus()
+void ThemeMoodin::updateStatus()
{
TQPainter p;
p.begin(mContainer);
@@ -413,7 +413,7 @@ void ThemeMoodin::paintEvent(TQPaintEvent* pe)
bitBlt(mContainer, r.x(), r.y(), mBG, r.x(), r.y(), r.width(), r.height());
if (mShowStatusText)
- updatetqStatus();
+ updateStatus();
}
#include "thememoodin.moc"