KDECore
client.cpp
Go to the documentation of this file.
00001 // -*- Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*- 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"
KDE 4.6 API Reference