diff options
Diffstat (limited to 'libksirtet/lib/socket.h')
-rw-r--r-- | libksirtet/lib/socket.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libksirtet/lib/socket.h b/libksirtet/lib/socket.h index 75538670..01dac726 100644 --- a/libksirtet/lib/socket.h +++ b/libksirtet/lib/socket.h @@ -12,7 +12,7 @@ class Socket { public: Socket(KExtendedSocket *, bool createNotifier = FALSE, - TQObject *tqparent = 0, const char *name = 0); + TQObject *parent = 0, const char *name = 0); /** close the socket */ ~Socket(); |