summaryrefslogtreecommitdiffstats
path: root/examples/xml/outliner
diff options
context:
space:
mode:
Diffstat (limited to 'examples/xml/outliner')
-rw-r--r--examples/xml/outliner/outlinetree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/xml/outliner/outlinetree.h b/examples/xml/outliner/outlinetree.h
index 891a44d37..e5fcb0d4e 100644
--- a/examples/xml/outliner/outlinetree.h
+++ b/examples/xml/outliner/outlinetree.h
@@ -15,7 +15,7 @@
class OutlineTree : public TQListView
{
- Q_OBJECT
+ TQ_OBJECT
public:
OutlineTree( const TQString fileName, TQWidget *parent = 0, const char *name = 0 );