summaryrefslogtreecommitdiffstats
path: root/tdecore/kextsock.h
diff options
context:
space:
mode:
Diffstat (limited to 'tdecore/kextsock.h')
-rw-r--r--tdecore/kextsock.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdecore/kextsock.h b/tdecore/kextsock.h
index 78068f03f..51d751201 100644
--- a/tdecore/kextsock.h
+++ b/tdecore/kextsock.h
@@ -618,7 +618,7 @@ public:
* @return true if successful, false when an error occurred or the most was
* not correct
*/
- virtual bool open(TQ_OpenMode mode = (TQ_OpenMode)(IO_Raw | IO_ReadWrite));
+ virtual bool open(int mode = (int)(IO_Raw | IO_ReadWrite));
/**
* Closes the socket. If we have data still in the write buffer yet to be