diff options
Diffstat (limited to 'lib/kofficeui/KoTabChooser.h')
-rw-r--r-- | lib/kofficeui/KoTabChooser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kofficeui/KoTabChooser.h b/lib/kofficeui/KoTabChooser.h index f479ff94..31ad0f85 100644 --- a/lib/kofficeui/KoTabChooser.h +++ b/lib/kofficeui/KoTabChooser.h @@ -44,7 +44,7 @@ public: TAB_DEC_PNT = 8, TAB_ALL = TAB_LEFT | TAB_CENTER | TAB_RIGHT | TAB_DEC_PNT }; - KoTabChooser( TQWidget *tqparent, int _flags ); + KoTabChooser( TQWidget *parent, int _flags ); ~KoTabChooser(); int getCurrTabType() { return currType; } |