From 821d7de7dfeba296893708dd702445dfa8f6477f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sat, 1 Sep 2012 17:04:20 +0200 Subject: Revert style and class names to QtCurve Fix FTBFS on Qt3 --- style/qtcurve.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'style/qtcurve.h') diff --git a/style/qtcurve.h b/style/qtcurve.h index c3492a2..ea3d9b0 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 craig.p.drummond@gmail.com + QtCurve (C) Craig Drummond, 2003 - 2010 craig.p.drummond@gmail.com ---- @@ -74,7 +74,7 @@ class TQSlider; #define BASE_STYLE KStyle #endif -class TQtCurveStyle : public BASE_STYLE +class QtCurveStyle : public BASE_STYLE { Q_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 applicationPolish(TQStyleControlElementData ceData, ControlElementFlags elementFlags, void *); void polish(TQPalette &pal); -- cgit v1.2.1