summaryrefslogtreecommitdiffstats
path: root/examples/qdir/ntqdir.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qdir/ntqdir.h')
-rw-r--r--examples/qdir/ntqdir.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/qdir/ntqdir.h b/examples/qdir/ntqdir.h
index 9b591345..82c91d3c 100644
--- a/examples/qdir/ntqdir.h
+++ b/examples/qdir/ntqdir.h
@@ -27,7 +27,7 @@ class TQPopupMenu;
class PixmapView : public TQScrollView
{
- Q_OBJECT
+ TQ_OBJECT
public:
PixmapView( TQWidget *parent );
@@ -41,7 +41,7 @@ private:
class Preview : public TQWidgetStack
{
- Q_OBJECT
+ TQ_OBJECT
public:
Preview( TQWidget *parent );
@@ -57,7 +57,7 @@ private:
class PreviewWidget : public TQVBox,
public TQFilePreview
{
- Q_OBJECT
+ TQ_OBJECT
public:
PreviewWidget( TQWidget *parent );
@@ -71,7 +71,7 @@ private:
class CustomFileDialog : public TQFileDialog
{
- Q_OBJECT
+ TQ_OBJECT
public:
CustomFileDialog();