diff options
Diffstat (limited to 'lib/kofficeui/KoTabBar.h')
-rw-r--r-- | lib/kofficeui/KoTabBar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kofficeui/KoTabBar.h b/lib/kofficeui/KoTabBar.h index 1ab9d6dc..39cf03b8 100644 --- a/lib/kofficeui/KoTabBar.h +++ b/lib/kofficeui/KoTabBar.h @@ -73,7 +73,7 @@ public: /** * Creates a new tabbar. */ - KoTabBar( TQWidget* tqparent = 0, const char *name = 0 ); + KoTabBar( TQWidget* parent = 0, const char *name = 0 ); /** * Destroy the tabbar. |