summaryrefslogtreecommitdiffstats
path: root/kmail/searchwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/searchwindow.h')
-rw-r--r--kmail/searchwindow.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/kmail/searchwindow.h b/kmail/searchwindow.h
index 0cd5303aa..84684c849 100644
--- a/kmail/searchwindow.h
+++ b/kmail/searchwindow.h
@@ -35,12 +35,12 @@ class TQComboBox;
class TQGridLayout;
class TQLabel;
class TQLineEdit;
-class KListView;
+class TDEListView;
class TQListViewItem;
class TQPushButton;
class TQRadioButton;
-class KAction;
-class KActionMenu;
+class TDEAction;
+class TDEActionMenu;
class KMFolder;
class KMFolderSearch;
class KMFolderImap;
@@ -169,7 +169,7 @@ protected:
TQPushButton *mBtnSearch;
TQPushButton *mBtnStop;
TQCheckBox *mChkSubFolders;
- KListView* mLbxMatches;
+ TDEListView* mLbxMatches;
TQLabel *mSearchFolderLbl;
TQLineEdit *mSearchFolderEdt;
TQPushButton *mSearchFolderOpenBtn;
@@ -177,11 +177,11 @@ protected:
KStatusBar* mStatusBar;
TQWidget* mLastFocus; // to remember the position of the focus
TQMap<int,KMFolder*> mMenuToFolder;
- KAction *mReplyAction, *mReplyAllAction, *mReplyListAction, *mSaveAsAction,
+ TDEAction *mReplyAction, *mReplyAllAction, *mReplyListAction, *mSaveAsAction,
*mForwardInlineAction, *mForwardAttachedAction, *mForwardDigestAction,
*mRedirectAction, *mPrintAction, *mClearAction, *mSaveAtchAction,
*mCopyAction, *mCutAction;
- KActionMenu *mForwardActionMenu;
+ TDEActionMenu *mForwardActionMenu;
TQValueList<TQGuardedPtr<KMFolder> > mFolders;
TQTimer mRenameTimer;