diff options
author | Timothy Pearson <[email protected]> | 2012-02-13 17:43:39 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-02-13 17:43:39 -0600 |
commit | 359640943bcf155faa9a067dde9e00a123276290 (patch) | |
tree | fb3d55ea5e18949042fb0064123fb73d2b1eb932 /src/styles | |
parent | a829bcdc533e154000803d517200d32fe762e85c (diff) | |
download | tqt3-359640943bcf155faa9a067dde9e00a123276290.tar.gz tqt3-359640943bcf155faa9a067dde9e00a123276290.zip |
Automated update from Qt3
Diffstat (limited to 'src/styles')
-rw-r--r-- | src/styles/ntqcdestyle.h | 2 | ||||
-rw-r--r-- | src/styles/ntqcommonstyle.h | 4 | ||||
-rw-r--r-- | src/styles/ntqcompactstyle.h | 2 | ||||
-rw-r--r-- | src/styles/ntqmotifplusstyle.h | 2 | ||||
-rw-r--r-- | src/styles/ntqmotifstyle.h | 4 | ||||
-rw-r--r-- | src/styles/ntqplatinumstyle.h | 4 | ||||
-rw-r--r-- | src/styles/ntqsgistyle.h | 4 | ||||
-rw-r--r-- | src/styles/ntqstyleplugin.h | 2 | ||||
-rw-r--r-- | src/styles/ntqwindowsstyle.h | 4 |
9 files changed, 14 insertions, 14 deletions
diff --git a/src/styles/ntqcdestyle.h b/src/styles/ntqcdestyle.h index f82236e1f..5266130bd 100644 --- a/src/styles/ntqcdestyle.h +++ b/src/styles/ntqcdestyle.h @@ -56,7 +56,7 @@ class Q_EXPORT_STYLE_CDE TQCDEStyle : public TQMotifStyle { - Q_OBJECT + TQ_OBJECT public: TQCDEStyle( bool useHighlightCols = FALSE ); diff --git a/src/styles/ntqcommonstyle.h b/src/styles/ntqcommonstyle.h index 573121765..6fd636fd6 100644 --- a/src/styles/ntqcommonstyle.h +++ b/src/styles/ntqcommonstyle.h @@ -49,7 +49,7 @@ class Q_EXPORT TQCommonStyle: public TQStyle { - Q_OBJECT + TQ_OBJECT public: TQCommonStyle(); @@ -124,7 +124,7 @@ public: private: // Disabled copy constructor and operator= -#if defined(Q_DISABLE_COPY) +#if defined(TQ_DISABLE_COPY) TQCommonStyle( const TQCommonStyle & ); TQCommonStyle &operator=( const TQCommonStyle & ); #endif diff --git a/src/styles/ntqcompactstyle.h b/src/styles/ntqcompactstyle.h index 60e298a8e..2ce205815 100644 --- a/src/styles/ntqcompactstyle.h +++ b/src/styles/ntqcompactstyle.h @@ -64,7 +64,7 @@ public: const TQColorGroup &cg, SFlags how = Style_Default, const TQStyleOption& = TQStyleOption::Default ); private: // Disabled copy constructor and operator= -#if defined(Q_DISABLE_COPY) +#if defined(TQ_DISABLE_COPY) TQCompactStyle( const TQCompactStyle & ); TQCompactStyle& operator=( const TQCompactStyle & ); #endif diff --git a/src/styles/ntqmotifplusstyle.h b/src/styles/ntqmotifplusstyle.h index 1034d0857..2766320a2 100644 --- a/src/styles/ntqmotifplusstyle.h +++ b/src/styles/ntqmotifplusstyle.h @@ -56,7 +56,7 @@ class Q_EXPORT_STYLE_MOTIFPLUS TQMotifPlusStyle : public TQMotifStyle { - Q_OBJECT + TQ_OBJECT public: TQMotifPlusStyle(bool hoveringHighlight = TRUE); diff --git a/src/styles/ntqmotifstyle.h b/src/styles/ntqmotifstyle.h index 443886601..fbfbf2508 100644 --- a/src/styles/ntqmotifstyle.h +++ b/src/styles/ntqmotifstyle.h @@ -58,7 +58,7 @@ class TQPalette; class Q_EXPORT_STYLE_MOTIF TQMotifStyle : public TQCommonStyle { - Q_OBJECT + TQ_OBJECT public: TQMotifStyle( bool useHighlightCols=FALSE ); virtual ~TQMotifStyle(); @@ -125,7 +125,7 @@ private: bool highlightCols; // Disabled copy constructor and operator= -#if defined(Q_DISABLE_COPY) +#if defined(TQ_DISABLE_COPY) TQMotifStyle( const TQMotifStyle & ); TQMotifStyle& operator=( const TQMotifStyle & ); #endif diff --git a/src/styles/ntqplatinumstyle.h b/src/styles/ntqplatinumstyle.h index 994cf0516..3b4657e3e 100644 --- a/src/styles/ntqplatinumstyle.h +++ b/src/styles/ntqplatinumstyle.h @@ -57,7 +57,7 @@ class TQPalette; class Q_EXPORT_STYLE_PLATINUM TQPlatinumStyle : public TQWindowsStyle { - Q_OBJECT + TQ_OBJECT public: TQPlatinumStyle(); virtual ~TQPlatinumStyle(); @@ -106,7 +106,7 @@ protected: void drawRiffles( TQPainter* p, int x, int y, int w, int h, const TQColorGroup &g, bool horizontal ) const; private: // Disabled copy constructor and operator= -#if defined(Q_DISABLE_COPY) +#if defined(TQ_DISABLE_COPY) TQPlatinumStyle( const TQPlatinumStyle & ); TQPlatinumStyle& operator=( const TQPlatinumStyle & ); #endif diff --git a/src/styles/ntqsgistyle.h b/src/styles/ntqsgistyle.h index 16d3a8ba0..b724a5b84 100644 --- a/src/styles/ntqsgistyle.h +++ b/src/styles/ntqsgistyle.h @@ -59,7 +59,7 @@ class TQSGIStylePrivate; class Q_EXPORT_STYLE_SGI TQSGIStyle: public TQMotifStyle { - Q_OBJECT + TQ_OBJECT public: TQSGIStyle( bool useHighlightCols = FALSE ); virtual ~TQSGIStyle(); @@ -121,7 +121,7 @@ private: TQSGIStylePrivate *d; uint isApplicationStyle :1; -#if defined(Q_DISABLE_COPY) +#if defined(TQ_DISABLE_COPY) TQSGIStyle( const TQSGIStyle & ); TQSGIStyle& operator=( const TQSGIStyle & ); #endif diff --git a/src/styles/ntqstyleplugin.h b/src/styles/ntqstyleplugin.h index d527be7ef..bf48d080b 100644 --- a/src/styles/ntqstyleplugin.h +++ b/src/styles/ntqstyleplugin.h @@ -54,7 +54,7 @@ class TQStylePluginPrivate; class Q_EXPORT TQStylePlugin : public TQGPlugin { - Q_OBJECT + TQ_OBJECT public: TQStylePlugin(); ~TQStylePlugin(); diff --git a/src/styles/ntqwindowsstyle.h b/src/styles/ntqwindowsstyle.h index 0bfec6199..5f7d4d7af 100644 --- a/src/styles/ntqwindowsstyle.h +++ b/src/styles/ntqwindowsstyle.h @@ -56,7 +56,7 @@ class Q_EXPORT_STYLE_WINDOWS TQWindowsStyle : public TQCommonStyle { - Q_OBJECT + TQ_OBJECT public: TQWindowsStyle(); ~TQWindowsStyle(); @@ -124,7 +124,7 @@ private: Private *d; // Disabled copy constructor and operator= -#if defined(Q_DISABLE_COPY) +#if defined(TQ_DISABLE_COPY) TQWindowsStyle( const TQWindowsStyle & ); TQWindowsStyle& operator=( const TQWindowsStyle & ); #endif |