summaryrefslogtreecommitdiffstats
path: root/kio/kio/kfilterdev.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-05-15 20:08:54 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-05-15 20:08:54 +0000
commitff7dc5f59ad2d77bcac5084782ba4e4f515efe9d (patch)
tree5a7b4f0a63359b6651c23865e47b41e46896df49 /kio/kio/kfilterdev.h
parent8357774e526d1dbaea12521ddc99f5ab0c40d820 (diff)
downloadtdelibs-ff7dc5f59ad2d77bcac5084782ba4e4f515efe9d.tar.gz
tdelibs-ff7dc5f59ad2d77bcac5084782ba4e4f515efe9d.zip
Honor TQ_OpenMode change made in TQt3
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1232119 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
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.