diff options
Diffstat (limited to 'kword/KWTableDia.h')
-rw-r--r-- | kword/KWTableDia.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kword/KWTableDia.h b/kword/KWTableDia.h index 09dff25a..bf0f835f 100644 --- a/kword/KWTableDia.h +++ b/kword/KWTableDia.h @@ -52,8 +52,8 @@ public: KWTablePreview( TQWidget *_parent, int _rows, int _cols ) : TQWidget( _parent ), rows( _rows ), cols( _cols ) {} - void setRows( int _rows ) { rows = _rows; tqrepaint( true ); } - void setCols( int _cols ) { cols = _cols; tqrepaint( true ); } + void setRows( int _rows ) { rows = _rows; repaint( true ); } + void setCols( int _cols ) { cols = _cols; repaint( true ); } protected: void paintEvent( TQPaintEvent *e ); |