summaryrefslogtreecommitdiffstats
path: root/src/gui/tabcontrol.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/tabcontrol.h')
-rw-r--r--src/gui/tabcontrol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/tabcontrol.h b/src/gui/tabcontrol.h
index a99c94b..8c53854 100644
--- a/src/gui/tabcontrol.h
+++ b/src/gui/tabcontrol.h
@@ -30,7 +30,7 @@ public:
/**
* Constructor
*/
- TabControl(TQWidget* tqparent, const char* name=0);
+ TabControl(TQWidget* parent, const char* name=0);
TQTabBar* tabBar() const;
void setTabBarHidden(bool hide);