diff options
Diffstat (limited to 'kdecore/network/ksocketdevice.h')
-rw-r--r-- | kdecore/network/ksocketdevice.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdecore/network/ksocketdevice.h b/kdecore/network/ksocketdevice.h index 5409335aa..4e7c6353d 100644 --- a/kdecore/network/ksocketdevice.h +++ b/kdecore/network/ksocketdevice.h @@ -142,7 +142,7 @@ public: /** * Reimplementation from TQIODevice. You should not call this function in sockets. */ - virtual bool open(int mode); + virtual bool open(OpenMode mode); /** * Closes the socket. Reimplemented from TQIODevice. |