kmail

folderutil.h
1/* Copyright 2009 Klarälvdalens Datakonsult AB
2
3 This program is free software; you can redistribute it and/or
4 modify it under the terms of the GNU General Public License as
5 published by the Free Software Foundation; either version 2 of
6 the License or (at your option) version 3 or any later version
7 accepted by the membership of KDE e.V. (or its successor approved
8 by the membership of KDE e.V.), which shall act as a proxy
9 defined in Section 14 of version 3 of the license.
10
11 This program is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 GNU General Public License for more details.
15
16 You should have received a copy of the GNU General Public License
17 along with this program. If not, see <http://www.gnu.org/licenses/>.
18*/
19#ifndef FOLDERUTIL_H
20#define FOLDERUTIL_H
21
22#include "kmfoldertype.h"
23
24class KMFolder;
25class KMFolderDir;
26class TQString;
27class TQWidget;
28
29namespace KMail
30{
31
32namespace FolderUtil
33{
34
47KMFolder *createSubFolder( KMFolder *parentFolder, KMFolderDir *parentDir,
48 const TQString &folderName, const TQString &namespaceName,
49 KMFolderType localFolderType );
50
59void deleteFolder( KMFolder *folderToDelete, TQWidget *parent );
60
61}
62
63}
64
65#endif
KMail list that manages the contents of one directory that may contain folders and/or other directori...
Definition: kmfolderdir.h:16
Mail folder.
Definition: kmfolder.h:69
folderdiaquotatab.h
Definition: aboutdata.cpp:40