summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-09-23 12:52:50 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-09-27 22:21:49 +0900
commit8decfa983df4edc12df9e5b40e2addf0ffdb96b5 (patch)
tree5b9ed0e39b23ee03977027b703e5405b92614d64
parent496431a6d2ad8a9f79d9866938ada85977f6457a (diff)
downloadtde-style-qtcurve-r14.1.1.tar.gz
tde-style-qtcurve-r14.1.1.zip
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* versionr14.1.1
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 90e63be6c35432e5475c8c66edb4309412f6572a)
-rw-r--r--style/qtcurve.h2
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,