diff options
Diffstat (limited to 'src/gui/rulers/PropertyBox.cpp')
-rw-r--r-- | src/gui/rulers/PropertyBox.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/rulers/PropertyBox.cpp b/src/gui/rulers/PropertyBox.cpp index 1a21dcf..06880c1 100644 --- a/src/gui/rulers/PropertyBox.cpp +++ b/src/gui/rulers/PropertyBox.cpp @@ -38,9 +38,9 @@ namespace Rosegarden PropertyBox::PropertyBox(TQString label, int width, int height, - TQWidget *tqparent, + TQWidget *parent, const char *name): - TQWidget(tqparent, name), + TQWidget(parent, name), m_label(label), m_width(width), m_height(height) |