diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-16 09:57:53 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-16 09:57:53 -0600 |
commit | 7d07294e82b3eb432ae53752adb84b909211ac57 (patch) | |
tree | 6822a123e605f68057fa53a7c9ed43aa7d3dbe73 /client/myrootpixmap.h | |
parent | 7b745a9472f418920ad89f0cd28d3e94de40bee2 (diff) | |
download | twin-style-crystal-7d07294e82b3eb432ae53752adb84b909211ac57.tar.gz twin-style-crystal-7d07294e82b3eb432ae53752adb84b909211ac57.zip |
Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit 7b745a9472f418920ad89f0cd28d3e94de40bee2.
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; } |