diff options
Diffstat (limited to 'lib/kotext/KoLayoutTab.h')
-rw-r--r-- | lib/kotext/KoLayoutTab.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kotext/KoLayoutTab.h b/lib/kotext/KoLayoutTab.h index 611e3afa..6b629eef 100644 --- a/lib/kotext/KoLayoutTab.h +++ b/lib/kotext/KoLayoutTab.h @@ -29,7 +29,7 @@ class KoLayoutTab : public KoLayoutTabBase TQ_OBJECT public: - KoLayoutTab( bool withSubSuperScript, TQWidget* tqparent=0, const char* name=0, WFlags fl=0 ); + KoLayoutTab( bool withSubSuperScript, TQWidget* parent=0, const char* name=0, WFlags fl=0 ); ~KoLayoutTab(); KoTextFormat::VerticalAlignment getSubSuperScript() const; |