libtdepim

configmanager.cpp
1/*
2 configmanager.cpp
3
4 KMail, the KDE mail client.
5 Copyright (c) 2002 the KMail authors.
6 See file AUTHORS for details
7
8 This program is free software; you can redistribute it and/or
9 modify it under the terms of the GNU General Public License,
10 version 2.0, as published by the Free Software Foundation.
11 You should have received a copy of the GNU General Public License
12 along with this program; if not, write to the Free Software Foundation,
13 Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, US
14*/
15
16#ifdef HAVE_CONFIG_H
17#include <config.h>
18#endif
19
20#include "configmanager.h"
21
22using namespace KPIM;
23
24ConfigManager::ConfigManager( TQObject * parent, const char * name )
25 : TQObject( parent, name )
26{
27
28}
29
30ConfigManager::~ConfigManager()
31{
32
33}
34
35#include "configmanager.moc"
TDEPIM classes for drag and drop of mails.