diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-12-11 13:21:29 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-12-11 13:21:29 -0600 |
commit | a81c2d06f347089067f2c5f197d03a8e589deb01 (patch) | |
tree | c2f33c22a684a370e2a1aea104556fcf02940805 /kio | |
parent | 1c14fecac3903921cef9e63e01deb4228bd4d51d (diff) | |
download | tdelibs-a81c2d06f347089067f2c5f197d03a8e589deb01.tar.gz tdelibs-a81c2d06f347089067f2c5f197d03a8e589deb01.zip |
Clean up kfilemetainfo include warning
Diffstat (limited to 'kio')
-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(); |