diff options
Diffstat (limited to 'lib/koproperty/utils.h')
-rw-r--r-- | lib/koproperty/utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/koproperty/utils.h b/lib/koproperty/utils.h index ad77bf90..c731624c 100644 --- a/lib/koproperty/utils.h +++ b/lib/koproperty/utils.h @@ -30,7 +30,7 @@ namespace KoProperty { class KOPROPERTY_EXPORT GroupContainer : public TQWidget { public: - GroupContainer(const TQString& title, TQWidget* tqparent); + GroupContainer(const TQString& title, TQWidget* parent); ~GroupContainer(); void setContents( TQWidget* contents ); |