summaryrefslogtreecommitdiffstats
path: root/kmail/kmfilterdlg.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:14:12 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:14:12 -0600
commitfd5d099065a748cac49e20a13481f85666c53c71 (patch)
treea0f1672cd88eb0e69b9ddc2ed9b08ecd98538bd3 /kmail/kmfilterdlg.h
parentb440a9c608596cd88efdb3bfa4661c5e37efbe4b (diff)
downloadtdepim-fd5d099065a748cac49e20a13481f85666c53c71.tar.gz
tdepim-fd5d099065a748cac49e20a13481f85666c53c71.zip
Rename a number of classes to enhance compatibility with KDE4
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;