diff options
Diffstat (limited to 'kugar/kudesigner_lib/section.cpp')
-rw-r--r-- | kugar/kudesigner_lib/section.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kugar/kudesigner_lib/section.cpp b/kugar/kudesigner_lib/section.cpp index 1ec5bc59..7a721133 100644 --- a/kugar/kudesigner_lib/section.cpp +++ b/kugar/kudesigner_lib/section.cpp @@ -29,7 +29,7 @@ Section::Section( int x, int y, int width, int height, Canvas *canvas ) props.setGroupDescription( "Section", i18n( "Section" ) ); } -void Section::draw( QPainter &painter ) +void Section::draw( TQPainter &painter ) { Box::draw( painter ); } |