diff options
Diffstat (limited to 'style/qtcurve.h')
-rw-r--r-- | style/qtcurve.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/style/qtcurve.h b/style/qtcurve.h index 738af9c..539fc43 100644 --- a/style/qtcurve.h +++ b/style/qtcurve.h @@ -1,8 +1,8 @@ -#ifndef __TQTCURVE_H__ -#define __TQTCURVE_H__ +#ifndef __QTCURVE_H__ +#define __QTCURVE_H__ /* - TQtCurve (C) Craig Drummond, 2003 - 2010 [email protected] + QtCurve (C) Craig Drummond, 2003 - 2010 [email protected] ---- @@ -74,7 +74,7 @@ class TQSlider; #define BASE_STYLE KStyle #endif -class TQtCurveStyle : public BASE_STYLE +class QtCurveStyle : public BASE_STYLE { Q_OBJECT TQ_OBJECT @@ -127,12 +127,12 @@ class TQtCurveStyle : public BASE_STYLE }; #ifdef TQTC_STYLE_SUPPORT - TQtCurveStyle(const TQString &name=TQString()); + QtCurveStyle(const TQString &name=TQString()); #else - TQtCurveStyle(); + QtCurveStyle(); #endif - virtual ~TQtCurveStyle(); + virtual ~QtCurveStyle(); void polish(TQApplication *app); void polish(TQPalette &pal); |