summaryrefslogtreecommitdiffstats
path: root/style/qtcurve.h
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2012-09-01 17:04:20 +0200
committerSlávek Banko <slavek.banko@axis.cz>2012-09-01 17:04:20 +0200
commit821d7de7dfeba296893708dd702445dfa8f6477f (patch)
tree5589091d777395421040283a2a6be2770a1bbbe6 /style/qtcurve.h
parent9d466f4825e4d70f9d531b8dccd9c7e856307ede (diff)
downloadtde-style-qtcurve-821d7de7dfeba296893708dd702445dfa8f6477f.tar.gz
tde-style-qtcurve-821d7de7dfeba296893708dd702445dfa8f6477f.zip
Revert style and class names to QtCurve
Fix FTBFS on Qt3
Diffstat (limited to 'style/qtcurve.h')
-rw-r--r--style/qtcurve.h14
1 files changed, 7 insertions, 7 deletions
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);