From 0dfb53e20e286167d0d38a347ee8911033d43fbb Mon Sep 17 00:00:00 2001 From: tpearson Date: Fri, 24 Sep 2010 06:25:11 +0000 Subject: Fix Documents shortcut in K Menu and system:/ folder git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1178867 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kioslave/system/systemimpl.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'kioslave/system/systemimpl.h') 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 #include +#include #include #include @@ -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; -- cgit v1.2.1