summaryrefslogtreecommitdiffstats
path: root/lib/koproperty/editors/symbolcombo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/koproperty/editors/symbolcombo.cpp')
-rw-r--r--lib/koproperty/editors/symbolcombo.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/koproperty/editors/symbolcombo.cpp b/lib/koproperty/editors/symbolcombo.cpp
index 289badbbd..53394d54f 100644
--- a/lib/koproperty/editors/symbolcombo.cpp
+++ b/lib/koproperty/editors/symbolcombo.cpp
@@ -32,8 +32,8 @@
using namespace KoProperty;
-SymbolCombo::SymbolCombo(Property *property, TQWidget *tqparent, const char *name)
- : Widget(property, tqparent, name)
+SymbolCombo::SymbolCombo(Property *property, TQWidget *parent, const char *name)
+ : Widget(property, parent, name)
{
setHasBorders(false);
TQHBoxLayout *l = new TQHBoxLayout(this);