diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-23 12:52:50 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-23 12:52:50 +0900 |
commit | 90e63be6c35432e5475c8c66edb4309412f6572a (patch) | |
tree | 0d3110c4d79ccbd52088955fb209dc6eda38aa7b | |
parent | c8bde8592b29d6f1c7b13a7a1b8b93976195cd6d (diff) | |
download | tde-style-qtcurve-90e63be6c35432e5475c8c66edb4309412f6572a.tar.gz tde-style-qtcurve-90e63be6c35432e5475c8c66edb4309412f6572a.zip |
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-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, |