diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:14:12 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:14:12 -0600 |
commit | fd5d099065a748cac49e20a13481f85666c53c71 (patch) | |
tree | a0f1672cd88eb0e69b9ddc2ed9b08ecd98538bd3 /kmail/searchwindow.h | |
parent | b440a9c608596cd88efdb3bfa4661c5e37efbe4b (diff) | |
download | tdepim-fd5d099065a748cac49e20a13481f85666c53c71.tar.gz tdepim-fd5d099065a748cac49e20a13481f85666c53c71.zip |
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'kmail/searchwindow.h')
-rw-r--r-- | kmail/searchwindow.h | 12 |
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; |