libkcal
attachmenthandler.cpp File Reference
This file is part of the API for handling calendar data and provides static functions for dealing with calendar incidence attachments. More...
#include "attachmenthandler.h"
#include "attachment.h"
#include <tqintdict.h>
#include <tqmap.h>
#include "calendar.h"
#include <tqstring.h>
#include <tqdatetime.h>
#include <tqptrlist.h>
#include <kconfig.h>
#include "alarm.h"
#include "todo.h"
#include "event.h"
#include "journal.h"
#include "exceptions.h"
#include <kresources/resource.h>
#include <kresources/manager.h>
#include <kabc/lock.h>
#include <kdepimmacros.h>
#include "libkcal_export.h"
#include "incidence.h"
#include <kapplication.h>
#include <kfiledialog.h>
#include <klocale.h>
#include <kmessagebox.h>
#include <kmimetype.h>
#include <krun.h>
#include <ktempfile.h>
#include <kio/netaccess.h>
#include <tqfile.h>
Go to the source code of this file.
Namespaces | |
namespace | KCal |
Functions | |
static KURL | KCal::tempFileForAttachment (Attachment *attachment) |
Variables | |
static KTempFile * | KCal::s_tempFile = 0 |
Detailed Description
This file is part of the API for handling calendar data and provides static functions for dealing with calendar incidence attachments.
vCalendar/iCalendar attachment handling.
Definition in file attachmenthandler.cpp.