summaryrefslogtreecommitdiffstats
path: root/kopete/kopete/chatwindow/emoticonselector.h
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/kopete/chatwindow/emoticonselector.h')
-rw-r--r--kopete/kopete/chatwindow/emoticonselector.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kopete/kopete/chatwindow/emoticonselector.h b/kopete/kopete/chatwindow/emoticonselector.h
index b78201d8..a91a178e 100644
--- a/kopete/kopete/chatwindow/emoticonselector.h
+++ b/kopete/kopete/chatwindow/emoticonselector.h
@@ -32,7 +32,7 @@ class EmoticonLabel : public TQLabel
TQ_OBJECT
public:
- EmoticonLabel(const TQString &emoticonText, const TQString &pixmapPath, TQWidget *tqparent=0, const char *name=0);
+ EmoticonLabel(const TQString &emoticonText, const TQString &pixmapPath, TQWidget *parent=0, const char *name=0);
// ~EmoticonLabel();
signals:
@@ -50,7 +50,7 @@ class EmoticonSelector : public TQWidget
public:
- EmoticonSelector ( TQWidget *tqparent = 0, const char *name = 0 );
+ EmoticonSelector ( TQWidget *parent = 0, const char *name = 0 );
// ~EmoticonSelector();
typedef TQValueList<TQMovie*> MovieList;