diff options
Diffstat (limited to 'lib/kofficeui/KoPageLayoutHeader.h')
| -rw-r--r-- | lib/kofficeui/KoPageLayoutHeader.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/kofficeui/KoPageLayoutHeader.h b/lib/kofficeui/KoPageLayoutHeader.h index da97f34ce..5473403b4 100644 --- a/lib/kofficeui/KoPageLayoutHeader.h +++ b/lib/kofficeui/KoPageLayoutHeader.h @@ -37,11 +37,11 @@ class KoPageLayoutHeader : public KoPageLayoutHeaderBase { public: /** * Contructor - * @param tqparent the tqparent widget + * @param parent the parent widget * @param unit the unit-type (mm/cm/inch) that the dialog should show * @param kwhf the data that this widget will be filled with initially */ - KoPageLayoutHeader(TQWidget *tqparent, KoUnit::Unit unit, const KoKWHeaderFooter &kwhf); + KoPageLayoutHeader(TQWidget *parent, KoUnit::Unit unit, const KoKWHeaderFooter &kwhf); /** * @return the altered data as it is currently set by the user. */ |
