summaryrefslogtreecommitdiffstats
path: root/lskat/lskat/msgdlg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lskat/lskat/msgdlg.cpp')
-rw-r--r--lskat/lskat/msgdlg.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lskat/lskat/msgdlg.cpp b/lskat/lskat/msgdlg.cpp
index e1a6923a..cb3e6334 100644
--- a/lskat/lskat/msgdlg.cpp
+++ b/lskat/lskat/msgdlg.cpp
@@ -37,8 +37,8 @@
// Create the dialog for changing the player names
-MsgDlg::MsgDlg( TQWidget *tqparent, const char *name,const char * /*sufi */ )
- : TQDialog( tqparent, name,TRUE )
+MsgDlg::MsgDlg( TQWidget *parent, const char *name,const char * /*sufi */ )
+ : TQDialog( parent, name,TRUE )
{
setCaption(i18n("Send Message to Remote Player"));
setMinimumSize(400,160);