summaryrefslogtreecommitdiffstats
path: root/languages/ruby/rubysupport_part.h
diff options
context:
space:
mode:
Diffstat (limited to 'languages/ruby/rubysupport_part.h')
-rw-r--r--languages/ruby/rubysupport_part.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/languages/ruby/rubysupport_part.h b/languages/ruby/rubysupport_part.h
index f55ecc4e..2fbfed42 100644
--- a/languages/ruby/rubysupport_part.h
+++ b/languages/ruby/rubysupport_part.h
@@ -18,10 +18,11 @@ class KDevShellWidget;
class RubySupportPart : public KDevLanguageSupport
{
Q_OBJECT
+ TQ_OBJECT
public:
- RubySupportPart(TQObject *parent, const char *name, const TQStringList &);
+ RubySupportPart(TQObject *tqparent, const char *name, const TQStringList &);
virtual ~RubySupportPart();
virtual KDevDesignerIntegration *designer(KInterfaceDesigner::DesignerType type);