summaryrefslogtreecommitdiffstats
path: root/libksirtet/lib/socket.h
diff options
context:
space:
mode:
Diffstat (limited to 'libksirtet/lib/socket.h')
-rw-r--r--libksirtet/lib/socket.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libksirtet/lib/socket.h b/libksirtet/lib/socket.h
index 01dac726..f6e3f3be 100644
--- a/libksirtet/lib/socket.h
+++ b/libksirtet/lib/socket.h
@@ -11,7 +11,7 @@
class Socket
{
public:
- Socket(KExtendedSocket *, bool createNotifier = FALSE,
+ Socket(KExtendedSocket *, bool createNotifier = false,
TQObject *parent = 0, const char *name = 0);
/** close the socket */
@@ -33,7 +33,7 @@ class Socket
/**
* Write data contained in the writing stream to the socket.
* It clears the stream.
- * @return TRUE if all was written without error.
+ * @return true if all was written without error.
*/
bool write();
bool write(const TQByteArray &a);