summaryrefslogtreecommitdiffstats
path: root/src/gui/rulers/PropertyViewRuler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/rulers/PropertyViewRuler.cpp')
-rw-r--r--src/gui/rulers/PropertyViewRuler.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/rulers/PropertyViewRuler.cpp b/src/gui/rulers/PropertyViewRuler.cpp
index e871f16..8998049 100644
--- a/src/gui/rulers/PropertyViewRuler.cpp
+++ b/src/gui/rulers/PropertyViewRuler.cpp
@@ -52,9 +52,9 @@ PropertyViewRuler::PropertyViewRuler(RulerScale *rulerScale,
const PropertyName &property,
double xorigin,
int height,
- TQWidget *tqparent,
+ TQWidget *parent,
const char *name) :
- TQWidget(tqparent, name),
+ TQWidget(parent, name),
m_propertyName(property),
m_xorigin(xorigin),
m_height(height),