diff options
Diffstat (limited to 'client/myrootpixmap.h')
-rw-r--r-- | client/myrootpixmap.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/myrootpixmap.h b/client/myrootpixmap.h index a52fb71..9aef89e 100644 --- a/client/myrootpixmap.h +++ b/client/myrootpixmap.h @@ -57,9 +57,9 @@ public slots: // void setFadeEffect(double strength, const TQColor &color); - void repaint( bool force ); + void tqrepaint( bool force ); - void repaint(); + void tqrepaint(); // void setCustomPainting( bool enable ) { m_bCustomPaint = enable; } |