diff --git a/src/editor/kmcomposereditorng.cpp b/src/editor/kmcomposereditorng.cpp index 90e28db57..34ca24855 100644 --- a/src/editor/kmcomposereditorng.cpp +++ b/src/editor/kmcomposereditorng.cpp @@ -150,7 +150,6 @@ void KMComposerEditorNg::showSpellConfigDialog(const QString &configFileName) delete dialog; } - bool KMComposerEditorNg::convertPlainText(MessageComposer::TextPart *textPart) { //TODO implement it diff --git a/src/editor/plugininterface/kmailplugineditorconverttextmanagerinterface.cpp b/src/editor/plugininterface/kmailplugineditorconverttextmanagerinterface.cpp index 3e90c371f..e0e79807b 100644 --- a/src/editor/plugininterface/kmailplugineditorconverttextmanagerinterface.cpp +++ b/src/editor/plugininterface/kmailplugineditorconverttextmanagerinterface.cpp @@ -17,7 +17,6 @@ Boston, MA 02110-1301, USA. */ - #include "kmailplugineditorconverttextmanagerinterface.h" #include "kmail_debug.h" #include @@ -28,12 +27,10 @@ KMailPluginEditorConvertTextManagerInterface::KMailPluginEditorConvertTextManagerInterface(QObject *parent) : QObject(parent) { - } KMailPluginEditorConvertTextManagerInterface::~KMailPluginEditorConvertTextManagerInterface() { - } void KMailPluginEditorConvertTextManagerInterface::reformatText()