From 04766b207afba7961d4d802313e426f5a2fbef63 Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 10 Aug 2011 22:19:39 +0000 Subject: rename the following methods: tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kexi/widget/pixmapcollection.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'kexi/widget/pixmapcollection.h') diff --git a/kexi/widget/pixmapcollection.h b/kexi/widget/pixmapcollection.h index 3ac4c417..833fbd98 100644 --- a/kexi/widget/pixmapcollection.h +++ b/kexi/widget/pixmapcollection.h @@ -46,7 +46,7 @@ class KEXIEXTWIDGETS_EXPORT PixmapCollection : public TQObject TQ_OBJECT public: - PixmapCollection(const TQString &collectionName, TQObject *tqparent = 0, const char *name = 0); + PixmapCollection(const TQString &collectionName, TQObject *parent = 0, const char *name = 0); ~PixmapCollection() {;} TQString addPixmapPath(const KURL &url); @@ -80,7 +80,7 @@ class KEXIEXTWIDGETS_EXPORT PixmapCollectionEditor : public KDialogBase TQ_OBJECT public: - PixmapCollectionEditor(PixmapCollection *collection, TQWidget *tqparent = 0); + PixmapCollectionEditor(PixmapCollection *collection, TQWidget *parent = 0); ~PixmapCollectionEditor() {;} protected: @@ -109,7 +109,7 @@ class KEXIEXTWIDGETS_EXPORT PixmapCollectionChooser : public KDialogBase TQ_OBJECT public: - PixmapCollectionChooser(PixmapCollection *collection, const TQString &selectedItem, TQWidget *tqparent = 0); + PixmapCollectionChooser(PixmapCollection *collection, const TQString &selectedItem, TQWidget *parent = 0); ~PixmapCollectionChooser() {;} TQPixmap pixmap(); @@ -132,7 +132,7 @@ class KEXIEXTWIDGETS_EXPORT LoadIconDialog : public KDialogBase TQ_OBJECT public: - LoadIconDialog(TQWidget *tqparent = 0); + LoadIconDialog(TQWidget *parent = 0); ~LoadIconDialog() {;} int iconSize(); @@ -152,8 +152,8 @@ class KEXIEXTWIDGETS_EXPORT LoadIconDialog : public KDialogBase class KEXIEXTWIDGETS_EXPORT PixmapIconViewItem : public KIconViewItem { public: - PixmapIconViewItem(KIconView *tqparent, const TQString &text, const TQPixmap &icon) - : KIconViewItem(tqparent, text, icon) { m_name = text; } + PixmapIconViewItem(KIconView *parent, const TQString &text, const TQPixmap &icon) + : KIconViewItem(parent, text, icon) { m_name = text; } ~PixmapIconViewItem() {;} void setName(const TQString &name) { m_name = name; } -- cgit v1.2.1