summaryrefslogtreecommitdiffstats
path: root/kio/kio/kfilterdev.h
diff options
context:
space:
mode:
Diffstat (limited to 'kio/kio/kfilterdev.h')
-rw-r--r--kio/kio/kfilterdev.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kio/kio/kfilterdev.h b/kio/kio/kfilterdev.h
index cf730636a..027d1eb4a 100644
--- a/kio/kio/kfilterdev.h
+++ b/kio/kio/kfilterdev.h
@@ -53,7 +53,7 @@ public:
* Open for reading or writing.
* If the KFilterBase's device is not opened, it will be opened.
*/
- virtual bool open( OpenMode mode );
+ virtual bool open( TQ_OpenMode mode );
/**
* Close after reading or writing.
* If the KFilterBase's device was opened by open(), it will be closed.