libkdepim
configmanager.cpp
00001 /* 00002 configmanager.cpp 00003 00004 KMail, the KDE mail client. 00005 Copyright (c) 2002 the KMail authors. 00006 See file AUTHORS for details 00007 00008 This program is free software; you can redistribute it and/or 00009 modify it under the terms of the GNU General Public License, 00010 version 2.0, as published by the Free Software Foundation. 00011 You should have received a copy of the GNU General Public License 00012 along with this program; if not, write to the Free Software Foundation, 00013 Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, US 00014 */ 00015 00016 #ifdef HAVE_CONFIG_H 00017 #include <config.h> 00018 #endif 00019 00020 #include "configmanager.h" 00021 00022 using namespace KPIM; 00023 00024 ConfigManager::ConfigManager( QObject * parent, const char * name ) 00025 : QObject( parent, name ) 00026 { 00027 00028 } 00029 00030 ConfigManager::~ConfigManager() 00031 { 00032 00033 } 00034 00035 #include "configmanager.moc"