From 4d6667159ef183f83e64ed0c8479162dc5629951 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 17 Apr 2013 01:45:51 -0500 Subject: Fix a number of problems with the forwarding slave and dirlister Fix TDE HW library not detecting mounted drives --- tdecore/kurl.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'tdecore/kurl.h') diff --git a/tdecore/kurl.h b/tdecore/kurl.h index ef454f60f..bcb44907e 100644 --- a/tdecore/kurl.h +++ b/tdecore/kurl.h @@ -590,6 +590,16 @@ public: */ bool hasPath() const { return !m_strPath.isEmpty(); } + /** + * @brief @internal + */ + void setInternalReferenceURL( const TQString& url ); + + /** + * @brief @internal + */ + TQString internalReferenceURL( void ) const; + /** * @brief Resolves @c "." and @c ".." components in path * -- cgit v1.2.1