summaryrefslogtreecommitdiffstats
path: root/kmail/kmfilter.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/kmfilter.h')
-rw-r--r--kmail/kmfilter.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kmail/kmfilter.h b/kmail/kmfilter.h
index 109e491e..87c59528 100644
--- a/kmail/kmfilter.h
+++ b/kmail/kmfilter.h
@@ -240,12 +240,12 @@ public:
or toolbar. Default is no shortcut.
@see setConfigureShortcut setConfigureToolbar
*/
- void setShortcut( const KShortcut & shortcut ) { mShortcut = shortcut; };
+ void setShortcut( const TDEShortcut & shortcut ) { mShortcut = shortcut; };
/** @return The shortcut assigned to the filter.
@see setShortcut
*/
- const KShortcut & shortcut() const { return mShortcut; }
+ const TDEShortcut & shortcut() const { return mShortcut; }
/** Set the icon to be used if plugged into the filter menu
or toolbar. Default is the gear icon.
@@ -297,7 +297,7 @@ private:
TQValueList<int> mAccounts;
KMPopFilterAction mAction;
TQString mIcon;
- KShortcut mShortcut;
+ TDEShortcut mShortcut;
bool bPopFilter : 1;
bool bApplyOnInbound : 1;
bool bApplyOnOutbound : 1;