From 0fed1a188b8d8be416550c63e2d5954f06434386 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 16:09:32 -0600 Subject: Remove spurious TQ_OBJECT instances --- languages/ruby/debugger/variablewidget.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'languages/ruby/debugger/variablewidget.h') diff --git a/languages/ruby/debugger/variablewidget.h b/languages/ruby/debugger/variablewidget.h index 9e2b8ce9..fa56aa6c 100644 --- a/languages/ruby/debugger/variablewidget.h +++ b/languages/ruby/debugger/variablewidget.h @@ -63,7 +63,7 @@ enum DataType { class VariableWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: VariableWidget( TQWidget *parent=0, const char *name=0 ); @@ -95,7 +95,7 @@ private: class VariableTree : public KListView, public TQToolTip { Q_OBJECT - TQ_OBJECT + //we need this to be able to emit expandItem() from within LazyFetchItem friend class LazyFetchItem; -- cgit v1.2.3