@ -5,7 +5,6 @@
# ifndef KMREADERWIN_H
# ifndef KMREADERWIN_H
# define KMREADERWIN_H
# define KMREADERWIN_H
# include <tdeactionclasses.h>
# include <tqwidget.h>
# include <tqwidget.h>
# include <tqtimer.h>
# include <tqtimer.h>
# include <tqstringlist.h>
# include <tqstringlist.h>
@ -246,6 +245,7 @@ public:
// Action to reply to a message
// Action to reply to a message
// but action( "some_name" ) some name could be used instead.
// but action( "some_name" ) some name could be used instead.
TDEToggleAction * toggleFixFontAction ( ) { return mToggleFixFontAction ; }
TDEToggleAction * toggleFixFontAction ( ) { return mToggleFixFontAction ; }
TDEToggleAction * toggleMimePartTreeAction ( ) { return mToggleMimePartTreeAction ; }
TDEAction * mailToComposeAction ( ) { return mMailToComposeAction ; }
TDEAction * mailToComposeAction ( ) { return mMailToComposeAction ; }
TDEAction * mailToReplyAction ( ) { return mMailToReplyAction ; }
TDEAction * mailToReplyAction ( ) { return mMailToReplyAction ; }
TDEAction * mailToForwardAction ( ) { return mMailToForwardAction ; }
TDEAction * mailToForwardAction ( ) { return mMailToForwardAction ; }
@ -257,7 +257,6 @@ public:
TDEAction * urlOpenAction ( ) { return mUrlOpenAction ; }
TDEAction * urlOpenAction ( ) { return mUrlOpenAction ; }
TDEAction * urlSaveAsAction ( ) { return mUrlSaveAsAction ; }
TDEAction * urlSaveAsAction ( ) { return mUrlSaveAsAction ; }
TDEAction * addBookmarksAction ( ) { return mAddBookmarksAction ; }
TDEAction * addBookmarksAction ( ) { return mAddBookmarksAction ; }
TDEAction * toggleMimePartTreeAction ( ) { return mToggleMimePartTreeAction ; }
TDEAction * startImChatAction ( ) { return mStartIMChatAction ; }
TDEAction * startImChatAction ( ) { return mStartIMChatAction ; }
// This function returns the complete data that were in this
// This function returns the complete data that were in this
// message parts - *after* all encryption has been removed that
// message parts - *after* all encryption has been removed that
@ -400,12 +399,13 @@ public slots:
/** The user toggled the "Fixed Font" flag from the view menu. */
/** The user toggled the "Fixed Font" flag from the view menu. */
void slotToggleFixedFont ( ) ;
void slotToggleFixedFont ( ) ;
/** Show or hide the Mime Tree Viewer */
void slotToggleMimePartTree ( ) ;
void slotToggleMimePartTree ( ) ;
/** Copy the selected text to the clipboard */
/** Copy the selected text to the clipboard */
void slotCopySelectedText ( ) ;
void slotCopySelectedText ( ) ;
void slotUrlClicked ( ) ;
void slotUrlClicked ( ) ;
/** Operations on mailto: URLs. */
/** Operations on mailto: URLs. */
void slotMailtoReply ( ) ;
void slotMailtoReply ( ) ;
@ -586,6 +586,7 @@ private:
TQStringList mTempFiles ;
TQStringList mTempFiles ;
TQStringList mTempDirs ;
TQStringList mTempDirs ;
int mMimeTreeMode ;
int mMimeTreeMode ;
int mMimeTreeModeOverride ;
bool mMimeTreeAtBottom ;
bool mMimeTreeAtBottom ;
TQValueList < int > mSplitterSizes ;
TQValueList < int > mSplitterSizes ;
partNode * mRootNode ;
partNode * mRootNode ;