wilder-work
Montel Laurent 12 years ago
parent 00ce6f8c31
commit efd4b7b211
  1. 2
      kmkernel.cpp
  2. 4
      kmkernel.h
  3. 2
      kmreadermainwin.h

@ -1171,7 +1171,7 @@ void KMKernel::init()
readConfig();
the_undoStack = new UndoStack(20);
the_undoStack = new UndoStack(20);
the_msgSender = new MessageComposer::AkonadiSender;
readConfig();

@ -350,7 +350,7 @@ public:
const KComponentData &xmlGuiInstance() { return mXmlGuiInstance; }
void setXmlGuiInstance( const KComponentData &instance ) { mXmlGuiInstance = instance; }
UndoStack *undoStack() { return the_undoStack; }
UndoStack *undoStack() const { return the_undoStack; }
MessageComposer::MessageSender *msgSender();
/*reimp*/ void openFilterDialog(bool createDummyFilter = true);
@ -386,7 +386,7 @@ public:
*/
bool haveSystemTrayApplet() const;
QTextCodec *networkCodec() { return netCodec; }
QTextCodec *networkCodec() const { return netCodec; }
/** returns a reference to the first Mainwin or a temporary Mainwin */
KMainWindow* mainWin();

@ -17,7 +17,6 @@ class KAction;
class KFontAction;
class KFontSizeAction;
class KJob;
template <typename T, typename S> class QMap;
namespace KMail {
class MessageActions;
@ -91,7 +90,6 @@ private:
KFontSizeAction *mFontSizeAction;
KMail::MessageActions *mMsgActions;
Akonadi::Collection mParentCollection;
};
#endif /*KMReaderMainWin_h*/

Loading…
Cancel
Save