summaryrefslogtreecommitdiffstats
path: root/kexi/widget/pixmapcollection.h
diff options
context:
space:
mode:
Diffstat (limited to 'kexi/widget/pixmapcollection.h')
-rw-r--r--kexi/widget/pixmapcollection.h12
1 files changed, 6 insertions, 6 deletions
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; }