attachmenthandler.cpp File Reference
#include "attachmenthandler.h"
#include "attachment.h"
#include "calendarresources.h"
#include "incidence.h"
#include "scheduler.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.