From fd5d099065a748cac49e20a13481f85666c53c71 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:14:12 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- kmail/searchwindow.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'kmail/searchwindow.h') 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 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 > mFolders; TQTimer mRenameTimer; -- cgit v1.2.1