diff options
Diffstat (limited to 'lib/kopainter/koIconChooser.h')
-rw-r--r-- | lib/kopainter/koIconChooser.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/kopainter/koIconChooser.h b/lib/kopainter/koIconChooser.h index 59057f2e..84c15e13 100644 --- a/lib/kopainter/koIconChooser.h +++ b/lib/kopainter/koIconChooser.h @@ -48,7 +48,7 @@ public: class KoPixmapWidget : public TQFrame { public: - KoPixmapWidget(const TQPixmap &aPixmap, TQWidget *tqparent = 0L, const char *name = 0L); + KoPixmapWidget(const TQPixmap &aPixmap, TQWidget *parent = 0L, const char *name = 0L); ~KoPixmapWidget(); protected: @@ -65,7 +65,7 @@ class KOPAINTER_EXPORT KoIconChooser: public TQGridView TQ_OBJECT public: // To make the items sorted, set 'sort' to true and override KoIconItem::compare(). - KoIconChooser(TQSize iconSize, TQWidget *tqparent = 0L, const char *name = 0L, bool sort = false); + KoIconChooser(TQSize iconSize, TQWidget *parent = 0L, const char *name = 0L, bool sort = false); virtual ~KoIconChooser(); bool autoDelete() const {return mIconList.autoDelete(); } @@ -126,7 +126,7 @@ class KOPAINTER_EXPORT KoPatternChooser : public TQWidget Q_OBJECT TQ_OBJECT public: - KoPatternChooser( const TQPtrList<KoIconItem> &list, TQWidget *tqparent, const char *name = 0 ); + KoPatternChooser( const TQPtrList<KoIconItem> &list, TQWidget *parent, const char *name = 0 ); ~KoPatternChooser(); KoIconItem *currentPattern(); |