SVN_SILENT made messages (after extraction)
[kdepim.git] / templateparser / src / templatestextedit.h
blob85bc2a2f72262dfdf6d937544911480af090ca5b
1 /* Copyright (C) 2011-2015 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 #ifndef TEMPLATEPARSER_TEMPLATESTEXTEDIT_H
20 #define TEMPLATEPARSER_TEMPLATESTEXTEDIT_H
22 #include "templateparser_export.h"
24 #include "kpimtextedit/plaintexteditorwidget.h"
26 namespace TemplateParser
28 class TEMPLATEPARSER_EXPORT TemplatesTextEdit : public KPIMTextEdit::PlainTextEditorWidget
30 Q_OBJECT
31 public:
32 explicit TemplatesTextEdit(QWidget *parent = Q_NULLPTR);
33 ~TemplatesTextEdit();
38 #endif