diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-13 17:43:39 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-13 17:43:39 -0600 |
commit | 359640943bcf155faa9a067dde9e00a123276290 (patch) | |
tree | fb3d55ea5e18949042fb0064123fb73d2b1eb932 /tools/qvfb | |
parent | a829bcdc533e154000803d517200d32fe762e85c (diff) | |
download | tqt3-359640943bcf155faa9a067dde9e00a123276290.tar.gz tqt3-359640943bcf155faa9a067dde9e00a123276290.zip |
Automated update from Qt3
Diffstat (limited to 'tools/qvfb')
-rw-r--r-- | tools/qvfb/gammaview.h | 2 | ||||
-rw-r--r-- | tools/qvfb/qvfb.h | 2 | ||||
-rw-r--r-- | tools/qvfb/qvfbratedlg.h | 2 | ||||
-rw-r--r-- | tools/qvfb/qvfbview.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/tools/qvfb/gammaview.h b/tools/qvfb/gammaview.h index 67d4695a2..268c83928 100644 --- a/tools/qvfb/gammaview.h +++ b/tools/qvfb/gammaview.h @@ -38,7 +38,7 @@ class GammaView: public TQWidget { - Q_OBJECT + TQ_OBJECT public: GammaView( TQWidget *parent = 0, const char *name = 0, WFlags f = 0 ) : diff --git a/tools/qvfb/qvfb.h b/tools/qvfb/qvfb.h index 59a051d57..518e1d76f 100644 --- a/tools/qvfb/qvfb.h +++ b/tools/qvfb/qvfb.h @@ -42,7 +42,7 @@ class Config; class TQVFb: public TQMainWindow { - Q_OBJECT + TQ_OBJECT public: TQVFb( int display_id, int w, int h, int d, const TQString &skin, TQWidget *parent = 0, const char *name = 0, uint wflags = 0 ); diff --git a/tools/qvfb/qvfbratedlg.h b/tools/qvfb/qvfbratedlg.h index 28c9c17d7..2e514c5d2 100644 --- a/tools/qvfb/qvfbratedlg.h +++ b/tools/qvfb/qvfbratedlg.h @@ -38,7 +38,7 @@ class TQSlider; class TQVFbRateDialog : public TQDialog { - Q_OBJECT + TQ_OBJECT public: TQVFbRateDialog( int value, TQWidget *parent=0, const char *name=0, bool modal=FALSE ); diff --git a/tools/qvfb/qvfbview.h b/tools/qvfb/qvfbview.h index 5220cb2a9..dee52fb73 100644 --- a/tools/qvfb/qvfbview.h +++ b/tools/qvfb/qvfbview.h @@ -41,7 +41,7 @@ struct TQVFbHeader; class TQVFbView : public TQScrollView { - Q_OBJECT + TQ_OBJECT public: TQVFbView( int display_id, int w, int h, int d, TQWidget *parent = 0, const char *name = 0, uint wflags = 0 ); |