diff options
Diffstat (limited to 'knights/io_internet.cpp')
-rw-r--r-- | knights/io_internet.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/knights/io_internet.cpp b/knights/io_internet.cpp index 2c11193..d1191f2 100644 --- a/knights/io_internet.cpp +++ b/knights/io_internet.cpp @@ -45,7 +45,7 @@ static const int TXT_Sht = 3; static const int TXT_Wsp = 4; static const int TXT_Not = 5; -io_internet::io_internet( TQWidget *tqparent, resource *rsrc ) +io_internet::io_internet( TQWidget *parent, resource *rsrc ) { myResource = rsrc; challenge = NULL; @@ -60,7 +60,7 @@ io_internet::io_internet( TQWidget *tqparent, resource *rsrc ) /* initialize various variables */ this->waiting_for_move_list = false; - this->myParent = tqparent; + this->myParent = parent; connected = false; /* we are not connected to a server */ /* create the login dialog and show it to the user */ |