KDECore
client.cpp
Go to the documentation of this file.00001
00021 #include "client_p.h"
00022
00023 namespace Sonnet
00024 {
00025
00026 Client::Client( QObject *parent )
00027 : QObject( parent )
00028 {
00029 }
00030
00031 }
00032
00033 #include "client_p.moc"