summaryrefslogtreecommitdiffstats
path: root/kdirstat/kcleanupcollection.h
diff options
context:
space:
mode:
Diffstat (limited to 'kdirstat/kcleanupcollection.h')
-rw-r--r--kdirstat/kcleanupcollection.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kdirstat/kcleanupcollection.h b/kdirstat/kcleanupcollection.h
index 5c9529b..c1c9815 100644
--- a/kdirstat/kcleanupcollection.h
+++ b/kdirstat/kcleanupcollection.h
@@ -20,7 +20,7 @@
#include "kcleanup.h"
// Forward declarations
-class KActionCollection;
+class TDEActionCollection;
namespace KDirStat
@@ -53,14 +53,14 @@ namespace KDirStat
/**
* Constructor.
*
- * Most applications will want to pass KMainWindow::actionCollection()
+ * Most applications will want to pass TDEMainWindow::actionCollection()
* for 'actionCollection' so the menus and toolbars can be created
* using the XML UI description ('kdirstatui.rc' for KDirStat).
*
* All @ref KCleanup actions ever added to this collection will get
* this as their parent.
**/
- KCleanupCollection( KActionCollection * actionCollection = 0 );
+ KCleanupCollection( TDEActionCollection * actionCollection = 0 );
/**
* Copy Constructor.
@@ -212,7 +212,7 @@ namespace KDirStat
// Data members
- KActionCollection * _actionCollection;
+ TDEActionCollection * _actionCollection;
int _nextUserCleanupNo;
KCleanupList _cleanupList;
KCleanupDict _cleanupDict;