summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-12-11 13:21:29 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-12-11 13:21:29 -0600
commita81c2d06f347089067f2c5f197d03a8e589deb01 (patch)
treec2f33c22a684a370e2a1aea104556fcf02940805
parent1c14fecac3903921cef9e63e01deb4228bd4d51d (diff)
downloadtdelibs-a81c2d06f347089067f2c5f197d03a8e589deb01.tar.gz
tdelibs-a81c2d06f347089067f2c5f197d03a8e589deb01.zip
Clean up kfilemetainfo include warning
-rw-r--r--kio/kio/kfilemetainfo.h2
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();