diff options
Diffstat (limited to 'src/variablelabel.cpp')
-rw-r--r-- | src/variablelabel.cpp | 4 |
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; |