diff options
Diffstat (limited to 'kpresenter/KPrGradientCollection.h')
| -rw-r--r-- | kpresenter/KPrGradientCollection.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/kpresenter/KPrGradientCollection.h b/kpresenter/KPrGradientCollection.h index 49993fe69..7eed29d0e 100644 --- a/kpresenter/KPrGradientCollection.h +++ b/kpresenter/KPrGradientCollection.h @@ -21,11 +21,11 @@ #ifndef kpgradientcollection_h #define kpgradientcollection_h -#include <qptrlist.h> +#include <tqptrlist.h> #include "global.h" #include "KPrGradient.h" -class QPixmap; +class TQPixmap; /** * Class: KPrGradientCollection @@ -45,19 +45,19 @@ public: { gradientList.clear(); } /** Retrieve or create gradient for the given parameters */ - const QPixmap& getGradient( const QColor &_color1, const QColor &_color2, BCType _bcType, const QSize &_size, + const TQPixmap& getGradient( const TQColor &_color1, const TQColor &_color2, BCType _bcType, const TQSize &_size, bool _unbalanced, int _xfactor, int _yfactor, bool addref = true ); /** Remove reference to gradient with the given parameters */ - void removeRef( const QColor &_color1, const QColor &_color2, BCType _bcType, const QSize &_size, + void removeRef( const TQColor &_color1, const TQColor &_color2, BCType _bcType, const TQSize &_size, bool _unbalanced, int _xfactor, int _yfactor ); protected: - KPrGradient* inGradientList( const QColor &_color1, const QColor &_color2, BCType _bcType, const QSize &_size, + KPrGradient* inGradientList( const TQColor &_color1, const TQColor &_color2, BCType _bcType, const TQSize &_size, bool _unbalanced, int _xfactor, int _yfactor ) const; private: - QPtrList<KPrGradient> gradientList; + TQPtrList<KPrGradient> gradientList; }; #endif |
