From ed22bfe07b4bc97b72a9d73cfca8284eba2a5505 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sun, 4 Nov 2018 12:42:19 +0100 Subject: Fix forward class declaration. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- kdirstat/kstdcleanup.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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. -- cgit v1.2.3