summaryrefslogtreecommitdiffstats
path: root/plugins/kmail/bodypartformatter/delegateselector.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/kmail/bodypartformatter/delegateselector.cpp')
-rw-r--r--plugins/kmail/bodypartformatter/delegateselector.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/kmail/bodypartformatter/delegateselector.cpp b/plugins/kmail/bodypartformatter/delegateselector.cpp
index b85edc9f..0f20da93 100644
--- a/plugins/kmail/bodypartformatter/delegateselector.cpp
+++ b/plugins/kmail/bodypartformatter/delegateselector.cpp
@@ -28,8 +28,8 @@
#include <tqlabel.h>
#include <tqvbox.h>
-DelegateSelector::DelegateSelector(TQWidget * tqparent)
- : KDialogBase( tqparent, 0, true, i18n("Select delegate"), Ok|Cancel, Ok, true )
+DelegateSelector::DelegateSelector(TQWidget * parent)
+ : KDialogBase( parent, 0, true, i18n("Select delegate"), Ok|Cancel, Ok, true )
{
TQVBox *page = makeVBoxMainWidget();