From a81c2d06f347089067f2c5f197d03a8e589deb01 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 11 Dec 2012 13:21:29 -0600 Subject: [PATCH] Clean up kfilemetainfo include warning --- kio/kio/kfilemetainfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();