summaryrefslogtreecommitdiffstats
path: root/kmail/kmfilterdlg.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/kmfilterdlg.h')
-rw-r--r--kmail/kmfilterdlg.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kmail/kmfilterdlg.h b/kmail/kmfilterdlg.h
index 4742ff40..3801d8be 100644
--- a/kmail/kmfilterdlg.h
+++ b/kmail/kmfilterdlg.h
@@ -30,7 +30,7 @@ class TQWidgetStack;
class TQCheckBox;
class KIconButton;
class KKeyButton;
-class KListView;
+class TDEListView;
/** This is a complex widget that is used to manipulate KMail's filter
@@ -368,7 +368,7 @@ protected slots:
void slotApplicableAccountsChanged();
void slotStopProcessingButtonToggled( bool aChecked );
void slotConfigureShortcutButtonToggled( bool aChecked );
- void slotCapturedShortcutChanged( const KShortcut& );
+ void slotCapturedShortcutChanged( const TDEShortcut& );
void slotConfigureToolbarButtonToggled( bool aChecked );
void slotFilterActionIconChanged( TQString icon );
void slotReset();
@@ -408,7 +408,7 @@ protected:
this filter to all accounts or to selected accounts only. */
TQRadioButton *mApplyOnForAll, *mApplyOnForTraditional, *mApplyOnForChecked;
/** ListView that shows the accounts in the advanced tab */
- KListView *mAccountList;
+ TDEListView *mAccountList;
TQCheckBox *mStopProcessingHere;
TQCheckBox *mConfigureShortcut;