summaryrefslogtreecommitdiffstats
path: root/sip/tdecore/kiconeffect.sip
diff options
context:
space:
mode:
Diffstat (limited to 'sip/tdecore/kiconeffect.sip')
-rw-r--r--sip/tdecore/kiconeffect.sip34
1 files changed, 17 insertions, 17 deletions
diff --git a/sip/tdecore/kiconeffect.sip b/sip/tdecore/kiconeffect.sip
index a157ee4..b6982f5 100644
--- a/sip/tdecore/kiconeffect.sip
+++ b/sip/tdecore/kiconeffect.sip
@@ -51,35 +51,35 @@ public:
void init ();
bool hasEffect (int, int) const;
- QString fingerprint (int, int);
- QImage apply (QImage, int, int);
- QImage apply (QImage, int, float, const QColor, bool);
+ TQString fingerprint (int, int);
+ TQImage apply (TQImage, int, int);
+ TQImage apply (TQImage, int, float, const TQColor, bool);
%If ( KDE_3_4_0 - )
- QImage apply (QImage, int, float, const QColor, const QColor, bool) const;
+ TQImage apply (TQImage, int, float, const TQColor, const TQColor, bool) const;
%End
- QPixmap apply (QPixmap, int, int);
- QPixmap apply (QPixmap, int, float, const QColor, bool);
+ TQPixmap apply (TQPixmap, int, int);
+ TQPixmap apply (TQPixmap, int, float, const TQColor, bool);
%If ( KDE_3_4_0 - )
- QPixmap apply (QPixmap, int, float, const QColor, const QColor, bool) const;
+ TQPixmap apply (TQPixmap, int, float, const TQColor, const TQColor, bool) const;
%End
- QImage doublePixels (QImage);
- static void visualActivate (QWidget*, QRect);
- static void toGray (QImage&, float);
- static void colorize (QImage&, const QColor&, float);
+ TQImage doublePixels (TQImage);
+ static void visualActivate (TQWidget*, TQRect);
+ static void toGray (TQImage&, float);
+ static void colorize (TQImage&, const TQColor&, float);
%If ( KDE_3_4_0 - )
- static void toMonochrome (QImage&, const QColor&, const QColor&, float);
+ static void toMonochrome (TQImage&, const TQColor&, const TQColor&, float);
%End
- static void deSaturate (QImage&, float);
- static void toGamma (QImage&, float);
- static void semiTransparent (QImage&);
- static void semiTransparent (QPixmap&);
- static void overlay (QImage&, QImage&);
+ static void deSaturate (TQImage&, float);
+ static void toGamma (TQImage&, float);
+ static void semiTransparent (TQImage&);
+ static void semiTransparent (TQPixmap&);
+ static void overlay (TQImage&, TQImage&);
public: