|
|
|
@ -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"
|
|
|
|
|