summaryrefslogtreecommitdiffstats
path: root/client/myrootpixmap.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-15 15:34:16 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-15 15:34:16 -0600
commit7b745a9472f418920ad89f0cd28d3e94de40bee2 (patch)
treed7d32c2d2bd635d0bff4a586daa44708ae7dbc43 /client/myrootpixmap.h
parentdb9e36b9865bce73259465e4e71415facc0c2560 (diff)
downloadtwin-style-crystal-7b745a9472f418920ad89f0cd28d3e94de40bee2.tar.gz
twin-style-crystal-7b745a9472f418920ad89f0cd28d3e94de40bee2.zip
Rename a number of old tq methods that are no longer tq specific
Diffstat (limited to 'client/myrootpixmap.h')
-rw-r--r--client/myrootpixmap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/myrootpixmap.h b/client/myrootpixmap.h
index 9aef89e..a52fb71 100644
--- a/client/myrootpixmap.h
+++ b/client/myrootpixmap.h
@@ -57,9 +57,9 @@ public slots:
// void setFadeEffect(double strength, const TQColor &color);
- void tqrepaint( bool force );
+ void repaint( bool force );
- void tqrepaint();
+ void repaint();
// void setCustomPainting( bool enable ) { m_bCustomPaint = enable; }