add more spacing
[personal-kdebase.git] / apps / konqueror / kttsplugin / khtmlkttsd.h
blob99bc8485b5a2cc2f946ce26c42fb53f9e8228de9
1 /***************************************************************************
2 Copyright (C) 2002 by George Russell <george.russell@clara.net>
3 Copyright (C) 2003-2004 by Olaf Schmidt <ojschmidt@kde.org>
4 ***************************************************************************/
6 /***************************************************************************
7 * *
8 * This program is free software; you can redistribute it and/or modify *
9 * it under the terms of the GNU General Public License as published by *
10 * the Free Software Foundation; either version 2 of the License, or *
11 * (at your option) any later version. *
12 * *
13 ***************************************************************************/
16 #ifndef KHTMLKTTSD_H
17 #define KHTMLKTTSD_H
19 #include <kparts/plugin.h>
22 /**
23 * KHTML KParts Plugin
25 class KHTMLPluginKTTSD : public KParts::Plugin
27 Q_OBJECT
28 public:
30 /**
31 * Construct a new KParts plugin.
33 KHTMLPluginKTTSD( QObject* parent, const QVariantList& );
35 /**
36 * Destructor.
38 virtual ~KHTMLPluginKTTSD();
39 public Q_SLOTS:
40 void slotReadOut();
43 #endif