diff options
Diffstat (limited to 'kio/kio/kfilemetainfo.h')
-rw-r--r-- | kio/kio/kfilemetainfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kio/kio/kfilemetainfo.h b/kio/kio/kfilemetainfo.h index b71ab0fa0..63a08c277 100644 --- a/kio/kio/kfilemetainfo.h +++ b/kio/kio/kfilemetainfo.h @@ -1234,7 +1234,7 @@ protected: * @return a pointer to the plugin that belogs to this object's mimetype. * It will be auto-loaded if it's currently not loaded **/ - KFilePlugin * const plugin() const; + KFilePlugin * plugin() const; void ref(); void deref(); |