summaryrefslogtreecommitdiffstats
path: root/kexi/formeditor/tdevelop_plugin
diff options
context:
space:
mode:
Diffstat (limited to 'kexi/formeditor/tdevelop_plugin')
-rw-r--r--kexi/formeditor/tdevelop_plugin/kfd_kdev_part.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kexi/formeditor/tdevelop_plugin/kfd_kdev_part.h b/kexi/formeditor/tdevelop_plugin/kfd_kdev_part.h
index b6929e5cc..57f75c124 100644
--- a/kexi/formeditor/tdevelop_plugin/kfd_kdev_part.h
+++ b/kexi/formeditor/tdevelop_plugin/kfd_kdev_part.h
@@ -39,7 +39,7 @@ using namespace KInterfaceDesigner;
class KFORMEDITOR_EXPORT KFDFactory : public KParts::Factory
{
Q_OBJECT
- TQ_OBJECT
+
public:
KFDFactory();
@@ -58,7 +58,7 @@ class KFORMEDITOR_EXPORT KFDFactory : public KParts::Factory
class KFORMEDITOR_EXPORT KFormDesignerKDevPart : public Designer
{
Q_OBJECT
- TQ_OBJECT
+
public:
KFormDesignerKDevPart(TQWidget *parent, const char *name, bool readOnly=true, const TQStringList &args=TQStringList());
@@ -116,7 +116,7 @@ class KFORMEDITOR_EXPORT KFormDesignerKDevPart : public Designer
class KFORMEDITOR_EXPORT FormWidgetBase : public TQWidget, public KFormDesigner::FormWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
FormWidgetBase(KFormDesignerKDevPart *part, TQWidget *parent = 0, const char *name = 0, int WFlags = WDestructiveClose)