summaryrefslogtreecommitdiffstats
path: root/src/thememoodin.cpp
diff options
context:
space:
mode:
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"