diff options
Diffstat (limited to 'kbfxlib/common/kbfxpixmaplabel.h')
-rw-r--r-- | kbfxlib/common/kbfxpixmaplabel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kbfxlib/common/kbfxpixmaplabel.h b/kbfxlib/common/kbfxpixmaplabel.h index 51091aa..decbf50 100644 --- a/kbfxlib/common/kbfxpixmaplabel.h +++ b/kbfxlib/common/kbfxpixmaplabel.h @@ -33,7 +33,7 @@ class KbfxPixmapLabel : public TQLabel TQ_OBJECT public: - KbfxPixmapLabel ( TQWidget *tqparent = 0, const char *name = 0, WFlags f = 0 ); + KbfxPixmapLabel ( TQWidget *parent = 0, const char *name = 0, WFlags f = 0 ); ~KbfxPixmapLabel (); void dragEnterEvent ( TQDragEnterEvent *mouseDragEnterEvent ); |