diff options
-rw-r--r-- | kdirstat/kstdcleanup.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/kdirstat/kstdcleanup.h b/kdirstat/kstdcleanup.h index c5114d4..a89cd9c 100644 --- a/kdirstat/kstdcleanup.h +++ b/kdirstat/kstdcleanup.h @@ -18,11 +18,13 @@ // Forward declarations class TDEActionCollection; -class KDirStat::KCleanup; namespace KDirStat { + // Forward declarations + class KCleanup; + /** * Predefined standard @ref KCleanup actions to be performed on * @ref KDirTree items. |