Sonnet
kspell_aspellclient.cpp File Reference
#include "kspell_aspellclient.h"#include "kspell_aspelldict.h"#include <kpluginfactory.h>#include <kpluginloader.h>#include <kdebug.h>#include <kstandarddirs.h>#include "kspell_aspellclient.moc"

Go to the source code of this file.
Defines | |
| #define | ASPELL_DATA_ROOT "lib/aspell-0.60/" |
Functions | |
| QString | aspell_data_dir () |
| K_PLUGIN_FACTORY (ASpellClientFactory, registerPlugin< ASpellClient >();) K_EXPORT_PLUGIN(ASpellClientFactory("kspell_aspell")) using namespace Sonnet | |
Define Documentation
| #define ASPELL_DATA_ROOT "lib/aspell-0.60/" |
Definition at line 36 of file kspell_aspellclient.cpp.
Function Documentation
| QString aspell_data_dir | ( | ) |
Definition at line 38 of file kspell_aspellclient.cpp.
| K_PLUGIN_FACTORY | ( | ASpellClientFactory | , | |
| registerPlugin< ASpellClient >(); | ||||
| ) |
Copyright (C) 2003 Zack Rusin <zack@kde.org>
This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
KDE 4.2 API Reference