diff options
Diffstat (limited to 'client/myrootpixmap.cc')
-rw-r--r-- | client/myrootpixmap.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/myrootpixmap.cc b/client/myrootpixmap.cc index 792e474..2a39145 100644 --- a/client/myrootpixmap.cc +++ b/client/myrootpixmap.cc @@ -38,8 +38,8 @@ KMyRootPixmap::KMyRootPixmap( TQWidget * widget, const char *name ) init(); } -KMyRootPixmap::KMyRootPixmap( TQWidget *, TQObject *tqparent, const char *name ) - : TQObject( tqparent, name ? name : "KMyRootPixmap" ) +KMyRootPixmap::KMyRootPixmap( TQWidget *, TQObject *parent, const char *name ) + : TQObject( parent, name ? name : "KMyRootPixmap" ) { init(); } |