Make things compile again.
[kdenetwork.git] / kopete / doc / t2 / tutorialplugin.h
blobdda872ba650ef0ee3c3887517454d9954397ddb3
1 /* This file is part of the KDE project
2 Copyright (C) 2007 Will Stephenson <wstephenson@kde.org>
4 This program is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by
6 the Free Software Foundation; either version 2 of the License or ( at
7 your option ) version 3 or, at the discretion of KDE e.V. ( which shall
8 act as a proxy as in section 14 of the GPLv3 ), any later version.
10 This program is distributed in the hope that it will be useful,
11 but WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 GNU General Public License for more details.
15 You should have received a copy of the GNU General Public License along
16 with this program; if not, write to the Free Software Foundation, Inc.,
17 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20 #ifndef KOPETE_TUTORIAL_PLUGIN
21 #define KOPETE_TUTORIAL_PLUGIN
23 #include <kopeteplugin.h>
25 class TutorialPlugin : public Kopete::Plugin
27 Q_OBJECT
28 public:
29 TutorialPlugin( QObject * parent, const QStringList & );
30 virtual ~TutorialPlugin();
33 #endif