summaryrefslogtreecommitdiffstats
path: root/lib/koproperty/test/test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/koproperty/test/test.cpp')
-rw-r--r--lib/koproperty/test/test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/koproperty/test/test.cpp b/lib/koproperty/test/test.cpp
index 23bb80f7..b5d9cae5 100644
--- a/lib/koproperty/test/test.cpp
+++ b/lib/koproperty/test/test.cpp
@@ -50,7 +50,7 @@ Test::Test()
/* First, create the Set which will hold the properties. */
Property *p = 0;
- m_set = new Set(TQT_TQOBJECT(this), "test");
+ m_set = new Set(this, "test");
m_set->setReadOnly(readOnly);
TQCString group;
if (!flat) {