summaryrefslogtreecommitdiffstats
path: root/tdecore/network/tdesocketdevice.h
diff options
context:
space:
mode:
Diffstat (limited to 'tdecore/network/tdesocketdevice.h')
-rw-r--r--tdecore/network/tdesocketdevice.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdecore/network/tdesocketdevice.h b/tdecore/network/tdesocketdevice.h
index b01bfbc41..7d04f6694 100644
--- a/tdecore/network/tdesocketdevice.h
+++ b/tdecore/network/tdesocketdevice.h
@@ -142,7 +142,7 @@ public:
/**
* Reimplementation from TQIODevice. You should not call this function in sockets.
*/
- virtual bool open(TQ_OpenMode mode);
+ virtual bool open(int mode);
/**
* Closes the socket. Reimplemented from TQIODevice.