diff options
Diffstat (limited to 'kioslave/system/systemimpl.h')
-rw-r--r-- | kioslave/system/systemimpl.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/kioslave/system/systemimpl.h b/kioslave/system/systemimpl.h index 2cddeb120..45de39b3b 100644 --- a/kioslave/system/systemimpl.h +++ b/kioslave/system/systemimpl.h @@ -22,6 +22,7 @@ #include <kio/global.h> #include <kio/job.h> +#include <kdesktopfile.h> #include <kurl.h> #include <dcopobject.h> @@ -56,6 +57,8 @@ private: bool m_lastListingEmpty; + TQString readPathINL(TQString filename); + /// Last error code stored in class to simplify API. /// Note that this means almost no method can be const. int m_lastErrorCode; |