SVN_SILENT made messages (.desktop file)
[kdepim.git] / templateparser / templatestextedit.cpp
blobb4f03020f1e91c5a54246bb719c1cac47b54e496
1 /* Copyright (C) 2011, 2012, 2013 Laurent Montel <montel@kde.org>
3 * This library is free software; you can redistribute it and/or
4 * modify it under the terms of the GNU Library General Public
5 * License as published by the Free Software Foundation; either
6 * version 2 of the License, or (at your option) any later version.
8 * This library is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11 * Library General Public License for more details.
13 * You should have received a copy of the GNU Library General Public License
14 * along with this library; see the file COPYING.LIB. If not, write to
15 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
16 * Boston, MA 02110-1301, USA.
19 #include "templatestextedit.h"
20 #include "templatestexteditor.h"
22 using namespace TemplateParser;
24 TemplatesTextEdit::TemplatesTextEdit( QWidget *parent )
25 : PimCommon::RichTextEditorWidget( new TemplatesTextEditor, parent )
29 TemplatesTextEdit::~TemplatesTextEdit()
34 #include "templatestextedit.moc"