summaryrefslogtreecommitdiffstats
path: root/kmail/foldershortcutdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/foldershortcutdialog.h')
-rw-r--r--kmail/foldershortcutdialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kmail/foldershortcutdialog.h b/kmail/foldershortcutdialog.h
index c94bce17..930ac36f 100644
--- a/kmail/foldershortcutdialog.h
+++ b/kmail/foldershortcutdialog.h
@@ -40,7 +40,7 @@
#define FOLDERSHORTCUTDIALOG_H
#include <kdialogbase.h> // include for the base class
-class KShortcut;
+class TDEShortcut;
class KMFolder;
class KKeyButton;
class KMMainWidget;
@@ -60,7 +60,7 @@ public:
protected slots:
void slotOk();
- void slotCapturedShortcut( const KShortcut& );
+ void slotCapturedShortcut( const TDEShortcut& );
private:
KMFolder *mFolder;