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 3fce8225..4667184b 100644
--- a/languages/ruby/debugger/variablewidget.h
+++ b/languages/ruby/debugger/variablewidget.h
@@ -62,7 +62,7 @@ enum DataType {
class VariableWidget : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -94,7 +94,7 @@ private:
class VariableTree : public TDEListView, public TQToolTip
{
- Q_OBJECT
+ TQ_OBJECT
//we need this to be able to emit expandItem() from within LazyFetchItem
friend class LazyFetchItem;