summaryrefslogtreecommitdiffstats
path: root/experimental/tqtinterface/qt4/tools/assistant/lib/tqassistantclient.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'experimental/tqtinterface/qt4/tools/assistant/lib/tqassistantclient.cpp')
-rw-r--r--experimental/tqtinterface/qt4/tools/assistant/lib/tqassistantclient.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/experimental/tqtinterface/qt4/tools/assistant/lib/tqassistantclient.cpp b/experimental/tqtinterface/qt4/tools/assistant/lib/tqassistantclient.cpp
index 4478642d6..b642bc3f0 100644
--- a/experimental/tqtinterface/qt4/tools/assistant/lib/tqassistantclient.cpp
+++ b/experimental/tqtinterface/qt4/tools/assistant/lib/tqassistantclient.cpp
@@ -128,11 +128,11 @@ static TQAssistantClientPrivate *data( const TQAssistantClient *client, bool cre
path to the TQt Assistant executable. If \a path is an empty
string the system path (\c{%PATH%} or \c $PATH) is used.
- The assistant client object is a child of \a tqparent and is called
+ The assistant client object is a child of \a parent and is called
\a name.
*/
-TQAssistantClient::TQAssistantClient( const TQString &path, TQObject *tqparent, const char *name )
- : TQObject( tqparent, name ), host ( "localhost" )
+TQAssistantClient::TQAssistantClient( const TQString &path, TQObject *parent, const char *name )
+ : TQObject( parent, name ), host ( "localhost" )
{
if ( path.isEmpty() )
assistantCommand = "assistant";