summaryrefslogtreecommitdiffstats
path: root/kmrml/kmrml/mrml_part.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmrml/kmrml/mrml_part.h')
-rw-r--r--kmrml/kmrml/mrml_part.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kmrml/kmrml/mrml_part.h b/kmrml/kmrml/mrml_part.h
index 0bfec704..a382d22a 100644
--- a/kmrml/kmrml/mrml_part.h
+++ b/kmrml/kmrml/mrml_part.h
@@ -54,7 +54,7 @@ class MrmlView;
class MrmlPart : public KParts::ReadOnlyPart
{
Q_OBJECT
- TQ_OBJECT
+
public:
enum Status { NeedCollection, CanSearch, InProgress };
@@ -151,7 +151,7 @@ private:
class PartFactory : public KParts::Factory
{
Q_OBJECT
- TQ_OBJECT
+
public:
PartFactory();