summaryrefslogtreecommitdiffstats
path: root/kmail/searchwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/searchwindow.h')
-rw-r--r--kmail/searchwindow.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/kmail/searchwindow.h b/kmail/searchwindow.h
index c94b263e5..836553ae8 100644
--- a/kmail/searchwindow.h
+++ b/kmail/searchwindow.h
@@ -113,9 +113,10 @@ protected slots:
void renameSearchFolder();
void openSearchFolder();
void folderInvalidated(KMFolder *);
- virtual bool slotShowMsg(TQListViewItem *);
- void slotShowSelectedMsg();
- void slotCurrentChanged(TQListViewItem *);
+ virtual bool slotShowMsg( TQListViewItem * );
+ void slotViewSelectedMsg();
+ virtual bool slotViewMsg( TQListViewItem * );
+ void slotCurrentChanged( TQListViewItem * );
virtual void updateContextMenuActions();
virtual void slotContextMenuRequested( TQListViewItem*, const TQPoint &, int );
virtual void copySelectedToFolder( int menuId );
@@ -189,6 +190,9 @@ protected:
KMSearchPattern *mSearchPattern;
static const int MSGID_COLUMN;
+
+private:
+ KMMessage *indexToMessage( TQListViewItem *item );
};
} // namespace KMail