diff options
Diffstat (limited to 'kbattleship/kbattleship/kstatdialog.cpp')
-rw-r--r-- | kbattleship/kbattleship/kstatdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kbattleship/kbattleship/kstatdialog.cpp b/kbattleship/kbattleship/kstatdialog.cpp index 28b9c142..03bc7d41 100644 --- a/kbattleship/kbattleship/kstatdialog.cpp +++ b/kbattleship/kbattleship/kstatdialog.cpp @@ -19,7 +19,7 @@ #include <tqlabel.h> #include "kstatdialog.moc" -KStatDialog::KStatDialog(TQWidget *tqparent, const char *name) : statDlg(tqparent, name) +KStatDialog::KStatDialog(TQWidget *parent, const char *name) : statDlg(parent, name) { } |