client.cpp

00001 // -*- Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*-
00022 #include "client.h"
00023 
00024 namespace KSpell2
00025 {
00026 
00027 Client::Client( QObject *parent, const char *name )
00028     : QObject( parent, name )
00029 {
00030 }
00031 
00032 }
00033 
00034 #include "client.moc"
KDE Home | KDE Accessibility Home | Description of Access Keys