summaryrefslogtreecommitdiffstats
path: root/src/variablelabel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/variablelabel.cpp')
-rw-r--r--src/variablelabel.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/variablelabel.cpp b/src/variablelabel.cpp
index f4b64b8..4601804 100644
--- a/src/variablelabel.cpp
+++ b/src/variablelabel.cpp
@@ -18,8 +18,8 @@
//BEGIN class VariableLabel
-VariableLabel::VariableLabel( TextView * tqparent )
- : TQLabel( tqparent, "toolTipTip", WStyle_StaysOnTop | WStyle_Customize | WStyle_NoBorder | WStyle_Tool | WX11BypassWM )
+VariableLabel::VariableLabel( TextView * parent )
+ : TQLabel( parent, "toolTipTip", WStyle_StaysOnTop | WStyle_Customize | WStyle_NoBorder | WStyle_Tool | WX11BypassWM )
{
m_value = -1;