diff options
Diffstat (limited to 'khexedit/lib')
-rw-r--r-- | khexedit/lib/kbytesedit.h | 2 | ||||
-rw-r--r-- | khexedit/lib/kcolumnsview.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/khexedit/lib/kbytesedit.h b/khexedit/lib/kbytesedit.h index defb734..915276b 100644 --- a/khexedit/lib/kbytesedit.h +++ b/khexedit/lib/kbytesedit.h @@ -70,7 +70,7 @@ class KHEXEDIT_EXPORT KBytesEdit : public KHexEdit * @param S size of used memory * @param RS_ real size of the memory * @param KM keep the memory on resize (RS_ is then the maximum size) - * @param Parent tqparent widget + * @param Parent parent widget * @param Name name for this widget * @param F flags */ diff --git a/khexedit/lib/kcolumnsview.h b/khexedit/lib/kcolumnsview.h index ea5f520..3323df9 100644 --- a/khexedit/lib/kcolumnsview.h +++ b/khexedit/lib/kcolumnsview.h @@ -47,7 +47,7 @@ class KColumnsView : public TQScrollView friend class KColumn; public: - KColumnsView( /*bool R = false,*/ TQWidget *tqparent=0, const char *name=0, WFlags Flags=0 ); + KColumnsView( /*bool R = false,*/ TQWidget *parent=0, const char *name=0, WFlags Flags=0 ); virtual ~KColumnsView(); public: // drawing |