more krazy fixes (include own header first, and missing e-mail addresses
[kdeaccessibility.git] / kttsd / plugins / command / commandplugin.cpp
blobc9a0026d7200742c1d57fc911c8ee98b0a4397fb
1 /***************************************************** vim:set ts=4 sw=4 sts=4:
2 -------------------
3 Copyright : (C) 2002 by Gunnar Schmi Dt <kmouth@schmi-dt.de>
4 Copyright : (C) 2004 by Gary Cramblitt <garycramblitt@comcast.net>
5 -------------------
6 Original author: Gunnar Schmi Dt <kmouth@schmi-dt.de>
7 Current Maintainer: Gary Cramblitt <garycramblitt@comcast.net>
8 ******************************************************************************/
10 /***************************************************************************
11 * *
12 * This program is free software; you can redistribute it and/or modify *
13 * it under the terms of the GNU General Public License as published by *
14 * the Free Software Foundation; version 2 of the License. *
15 * *
16 ***************************************************************************/
18 #include <kgenericfactory.h>
20 #include "commandconf.h"
21 #include "commandproc.h"
23 typedef K_TYPELIST_2( CommandProc, CommandConf ) Command;
24 K_EXPORT_COMPONENT_FACTORY( libkttsd_commandplugin, KGenericFactory<Command>("kttsd") )