Fix forward class declaration.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit ed22bfe07b)
r14.0.x
Slávek Banko 6 years ago
parent 352e815749
commit c1821ba5d7
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -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.

Loading…
Cancel
Save