summaryrefslogtreecommitdiffstats
path: root/lib/widgets/propeditor/pcolorcombo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/widgets/propeditor/pcolorcombo.cpp')
-rw-r--r--lib/widgets/propeditor/pcolorcombo.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/widgets/propeditor/pcolorcombo.cpp b/lib/widgets/propeditor/pcolorcombo.cpp
index 5fee6b1f..b0c82de3 100644
--- a/lib/widgets/propeditor/pcolorcombo.cpp
+++ b/lib/widgets/propeditor/pcolorcombo.cpp
@@ -26,8 +26,8 @@
namespace PropertyLib{
-PColorCombo::PColorCombo(MultiProperty *property, TQWidget *tqparent, const char *name)
- :PropertyWidget(property, tqparent, name)
+PColorCombo::PColorCombo(MultiProperty *property, TQWidget *parent, const char *name)
+ :PropertyWidget(property, parent, name)
{
TQHBoxLayout *l = new TQHBoxLayout(this, 0, 0);
m_edit = new KColorCombo(this);