summaryrefslogtreecommitdiffstats
path: root/kopete/kopete/config/appearance/emoticonseditdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/kopete/config/appearance/emoticonseditdialog.cpp')
-rw-r--r--kopete/kopete/config/appearance/emoticonseditdialog.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/kopete/kopete/config/appearance/emoticonseditdialog.cpp b/kopete/kopete/config/appearance/emoticonseditdialog.cpp
index c8545a82..d14e94f5 100644
--- a/kopete/kopete/config/appearance/emoticonseditdialog.cpp
+++ b/kopete/kopete/config/appearance/emoticonseditdialog.cpp
@@ -31,14 +31,14 @@
#include <tqlabel.h>
-EditDialog::EditDialog(TQWidget *tqparent, const char* name)
- : KDialogBase(tqparent, name, true, i18n(name), Ok|Cancel, Ok, true)
+EditDialog::EditDialog(TQWidget *parent, const char* name)
+ : KDialogBase(parent, name, true, i18n(name), Ok|Cancel, Ok, true)
{
setupDlg();
}
-EditDialog::EditDialog(TQWidget *tqparent, const char* name, TQPixmap emot, TQString text, TQString file)
- : KDialogBase(tqparent, name, true, i18n(name), Ok|Cancel, Ok, true)
+EditDialog::EditDialog(TQWidget *parent, const char* name, TQPixmap emot, TQString text, TQString file)
+ : KDialogBase(parent, name, true, i18n(name), Ok|Cancel, Ok, true)
{
setupDlg();
leText->setText(text);
@@ -78,8 +78,8 @@ void EditDialog::btnIconClicked()
btnIcon->setPixmap(TQPixmap(emoticon));
}
-EmoticonsEditDialog::EmoticonsEditDialog(TQWidget *tqparent, TQString theme, const char* name)
- : KDialogBase(tqparent, name, true, i18n("Emoticons Editor"), Ok|Cancel, Ok, true)
+EmoticonsEditDialog::EmoticonsEditDialog(TQWidget *parent, TQString theme, const char* name)
+ : KDialogBase(parent, name, true, i18n("Emoticons Editor"), Ok|Cancel, Ok, true)
{
themeName = theme;