summaryrefslogtreecommitdiffstats
path: root/examples/qdir
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-13 17:43:39 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-13 17:43:39 -0600
commit359640943bcf155faa9a067dde9e00a123276290 (patch)
treefb3d55ea5e18949042fb0064123fb73d2b1eb932 /examples/qdir
parenta829bcdc533e154000803d517200d32fe762e85c (diff)
downloadtqt3-359640943bcf155faa9a067dde9e00a123276290.tar.gz
tqt3-359640943bcf155faa9a067dde9e00a123276290.zip
Automated update from Qt3
Diffstat (limited to 'examples/qdir')
-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();