From cf4b244e5708cb15a18d6eca89468ca3d31333ef Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 18 Dec 2011 18:13:16 -0600 Subject: Rename old tq methods that no longer need a unique name --- src/thememoodin.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/thememoodin.cpp') 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" -- cgit v1.2.1