diff options
Diffstat (limited to 'kmail/foldershortcutdialog.h')
-rw-r--r-- | kmail/foldershortcutdialog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kmail/foldershortcutdialog.h b/kmail/foldershortcutdialog.h index c94bce17e..930ac36f6 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; |