diff options
Diffstat (limited to 'kugar/kudesigner_lib/section.h')
-rw-r--r-- | kugar/kudesigner_lib/section.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kugar/kudesigner_lib/section.h b/kugar/kudesigner_lib/section.h index e321f78f5..c8a3bcfc0 100644 --- a/kugar/kudesigner_lib/section.h +++ b/kugar/kudesigner_lib/section.h @@ -22,7 +22,7 @@ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, #include "commdefs.h" #include "box.h" -class QPainter; +class TQPainter; namespace Kudesigner { @@ -32,11 +32,11 @@ class Section: public Box public: Section( int x, int y, int width, int height, Canvas *canvas ); - virtual QString getXml() + virtual TQString getXml() { return ""; } - virtual void draw( QPainter &painter ); + virtual void draw( TQPainter &painter ); virtual int rtti() const { return Rtti_Section; |