summaryrefslogtreecommitdiffstats
path: root/kmail/kmcommands.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/kmcommands.h')
-rw-r--r--kmail/kmcommands.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kmail/kmcommands.h b/kmail/kmcommands.h
index dab733cc..5e8bf9c3 100644
--- a/kmail/kmcommands.h
+++ b/kmail/kmcommands.h
@@ -18,8 +18,8 @@
#include <ktempfile.h>
class TQPopupMenu;
-class KMainWindow;
-class KAction;
+class TDEMainWindow;
+class TDEAction;
class KProgressDialog;
class TDEProcess;
class KMFilter;
@@ -740,12 +740,12 @@ public slots:
/** Assign a KActio to the command which is used to trigger it. This
* action will be deleted along with the command, so you don't need to
* keep track of it separately. */
- void setAction( KAction* );
+ void setAction( TDEAction* );
private:
KMMainWidget *mMainWidget;
KMFolder *mFolder;
- KAction *mAction;
+ TDEAction *mAction;
};