diff options
Diffstat (limited to 'tdeioslave/trash/trashimpl.h')
-rw-r--r-- | tdeioslave/trash/trashimpl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tdeioslave/trash/trashimpl.h b/tdeioslave/trash/trashimpl.h index 90032762d..6d96859f7 100644 --- a/tdeioslave/trash/trashimpl.h +++ b/tdeioslave/trash/trashimpl.h @@ -21,7 +21,7 @@ #define TRASHIMPL_H #include <tdeio/jobclasses.h> -#include <ksimpleconfig.h> +#include <tdesimpleconfig.h> #include <tqstring.h> #include <tqdatetime.h> @@ -172,7 +172,7 @@ private: mutable bool m_trashDirectoriesScanned; int m_mibEnum; - KSimpleConfig m_config; + TDESimpleConfig m_config; // We don't cache any data related to the trashed files. // Another tdeioslave could change that behind our feet. |