summaryrefslogtreecommitdiffstats
path: root/lib/koproperty/set.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/koproperty/set.cpp')
-rw-r--r--lib/koproperty/set.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/lib/koproperty/set.cpp b/lib/koproperty/set.cpp
index 16fdacc8..3d50a2b1 100644
--- a/lib/koproperty/set.cpp
+++ b/lib/koproperty/set.cpp
@@ -439,21 +439,21 @@ Set::typeName() const
Buffer::Buffer()
:Set(false)
{
- connect( this, TQT_SIGNAL( propertyChanged( KoProperty::Set&, KoProperty::Property& ) ),
- this, TQT_SLOT(intersectedChanged( KoProperty::Set&, KoProperty::Property& ) ) );
+ connect( this, TQ_SIGNAL( propertyChanged( KoProperty::Set&, KoProperty::Property& ) ),
+ this, TQ_SLOT(intersectedChanged( KoProperty::Set&, KoProperty::Property& ) ) );
- connect( this, TQT_SIGNAL( propertyReset( KoProperty::Set&, KoProperty::Property& ) ),
- this, TQT_SLOT(intersectedReset( KoProperty::Set&, KoProperty::Property& ) ) );
+ connect( this, TQ_SIGNAL( propertyReset( KoProperty::Set&, KoProperty::Property& ) ),
+ this, TQ_SLOT(intersectedReset( KoProperty::Set&, KoProperty::Property& ) ) );
}
Buffer::Buffer(const Set *set)
:Set(false)
{
- connect( this, TQT_SIGNAL( propertyChanged( KoProperty::Set&, KoProperty::Property& ) ),
- this, TQT_SLOT(intersectedChanged( KoProperty::Set&, KoProperty::Property& ) ) );
+ connect( this, TQ_SIGNAL( propertyChanged( KoProperty::Set&, KoProperty::Property& ) ),
+ this, TQ_SLOT(intersectedChanged( KoProperty::Set&, KoProperty::Property& ) ) );
- connect( this, TQT_SIGNAL( propertyReset( KoProperty::Set&, KoProperty::Property& ) ),
- this, TQT_SLOT(intersectedReset( KoProperty::Set&, KoProperty::Property& ) ) );
+ connect( this, TQ_SIGNAL( propertyReset( KoProperty::Set&, KoProperty::Property& ) ),
+ this, TQ_SLOT(intersectedReset( KoProperty::Set&, KoProperty::Property& ) ) );
initialSet( set );
}