|
|
|
@ -17,7 +17,6 @@ |
|
|
|
Boston, MA 02110-1301, USA. |
|
|
|
Boston, MA 02110-1301, USA. |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#include "kmailplugineditorconverttextmanagerinterface.h" |
|
|
|
#include "kmailplugineditorconverttextmanagerinterface.h" |
|
|
|
#include "kmail_debug.h" |
|
|
|
#include "kmail_debug.h" |
|
|
|
#include <MessageComposer/PluginEditorConvertText> |
|
|
|
#include <MessageComposer/PluginEditorConvertText> |
|
|
|
@ -28,12 +27,10 @@ |
|
|
|
KMailPluginEditorConvertTextManagerInterface::KMailPluginEditorConvertTextManagerInterface(QObject *parent) |
|
|
|
KMailPluginEditorConvertTextManagerInterface::KMailPluginEditorConvertTextManagerInterface(QObject *parent) |
|
|
|
: QObject(parent) |
|
|
|
: QObject(parent) |
|
|
|
{ |
|
|
|
{ |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
KMailPluginEditorConvertTextManagerInterface::~KMailPluginEditorConvertTextManagerInterface() |
|
|
|
KMailPluginEditorConvertTextManagerInterface::~KMailPluginEditorConvertTextManagerInterface() |
|
|
|
{ |
|
|
|
{ |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
void KMailPluginEditorConvertTextManagerInterface::reformatText() |
|
|
|
void KMailPluginEditorConvertTextManagerInterface::reformatText() |
|
|
|
|