diff options
author | Timothy Pearson <[email protected]> | 2011-12-16 09:56:31 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-16 09:56:31 -0600 |
commit | c9cb4f487428aad5d8cda5e3a4b9ad87390d7e54 (patch) | |
tree | 1ee1912ac4bb966475f0db0f2a78678661b4b4a5 /kpresenter/KPrPiePreview.h | |
parent | 94844816550ad672ccfcdc25659c625546239998 (diff) | |
download | koffice-c9cb4f487428aad5d8cda5e3a4b9ad87390d7e54.tar.gz koffice-c9cb4f487428aad5d8cda5e3a4b9ad87390d7e54.zip |
Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit 94844816550ad672ccfcdc25659c625546239998.
Diffstat (limited to 'kpresenter/KPrPiePreview.h')
-rw-r--r-- | kpresenter/KPrPiePreview.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kpresenter/KPrPiePreview.h b/kpresenter/KPrPiePreview.h index c483f95a..1f3ca45f 100644 --- a/kpresenter/KPrPiePreview.h +++ b/kpresenter/KPrPiePreview.h @@ -25,7 +25,7 @@ #include <tqframe.h> #include <tqpen.h> -#include <brush.h> +#include <tqbrush.h> #include "global.h" @@ -39,13 +39,13 @@ public: ~KPrPiePreview() {} void setAngle( int _angle ) - { angle = _angle; repaint( true ); } + { angle = _angle; tqrepaint( true ); } void setLength( int _len ) - { len = _len; repaint( true ); } + { len = _len; tqrepaint( true ); } void setType( PieType _type ) - { type = _type; repaint( true ); } + { type = _type; tqrepaint( true ); } void setPenBrush( const TQPen &_pen, const TQBrush &_brush ) - { pen = _pen; brush = _brush; repaint( true ); } + { pen = _pen; brush = _brush; tqrepaint( true ); } protected: void drawContents( TQPainter* ); |