diff options
author | Michele Calgaro <[email protected]> | 2023-09-23 12:52:50 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-09-27 22:21:49 +0900 |
commit | 8decfa983df4edc12df9e5b40e2addf0ffdb96b5 (patch) | |
tree | 5b9ed0e39b23ee03977027b703e5405b92614d64 | |
parent | 496431a6d2ad8a9f79d9866938ada85977f6457a (diff) | |
download | tde-style-qtcurve-8decfa983df4edc12df9e5b40e2addf0ffdb96b5.tar.gz tde-style-qtcurve-8decfa983df4edc12df9e5b40e2addf0ffdb96b5.zip |
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* versionr14.1.1
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 90e63be6c35432e5475c8c66edb4309412f6572a)
-rw-r--r-- | style/qtcurve.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/style/qtcurve.h b/style/qtcurve.h index cdf43fc..29e7ee7 100644 --- a/style/qtcurve.h +++ b/style/qtcurve.h @@ -151,7 +151,7 @@ class QtCurveStyle : public BASE_STYLE { drawLightBevel(cg.background(), p, r, cg, flags, round, fill, custom, doBorder, doCorners, w, widget); } void drawLightBevel(const TQColor &bgnd, TQPainter *p, const TQRect &r, const TQColorGroup &cg, SFlags flags, int round, const TQColor &fill, const TQColor *custom=NULL, - bool doBorder=true, bool doCorners=true, EWidget w=WIDGET_OTHER, const QWidget *widget=0L) const; + bool doBorder=true, bool doCorners=true, EWidget w=WIDGET_OTHER, const TQWidget *widget=0L) const; void drawGlow(TQPainter *p, const TQRect &r, const TQColorGroup &cg, EWidget w, const TQColor *cols=0) const; void drawEtch(TQPainter *p, const TQRect &r, const TQColorGroup &cg, bool raised=false, bool square=false, EWidget w=WIDGET_OTHER) const; void drawBorder(const TQColor &bgnd, TQPainter *p, const TQRect &r, const TQColorGroup &cg, |