configmanager.cpp
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
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"
This file is part of the documentation for libkdepim Library Version 3.3.0.