summaryrefslogtreecommitdiffstats
path: root/languages/ruby/debugger/variablewidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'languages/ruby/debugger/variablewidget.h')
-rw-r--r--languages/ruby/debugger/variablewidget.h4
1 files changed, 2 insertions, 2 deletions
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;