summaryrefslogtreecommitdiffstats
path: root/knights/io_internet.cpp
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 22:19:39 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 22:19:39 +0000
commite28d6b696fec7850a5bcafb8ee3bfe27db99f996 (patch)
treeee7a85ad917a49e3e722638934c6650dcb45a132 /knights/io_internet.cpp
parentcc087625fa031fa2f4fc22039a21c249b9b1d782 (diff)
downloadknights-e28d6b69.tar.gz
knights-e28d6b69.zip
rename the following methods:
tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/knights@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'knights/io_internet.cpp')
-rw-r--r--knights/io_internet.cpp4
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 */