~ubuntu-branches/ubuntu/lucid/kdepim-runtime/lucid-proposed

« back to all changes in this revision

Viewing changes to resources/kolabproxy/taskshandler.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Thomas
  • Date: 2010-01-06 18:57:08 UTC
  • mto: This revision was merged to the branch mainline in revision 17.
  • Revision ID: james.westby@ubuntu.com-20100106185708-ioru05y5juv20vzg
Tags: upstream-4.3.90
ImportĀ upstreamĀ versionĀ 4.3.90

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
 
27
27
#include <QBuffer>
28
28
#include <QDomDocument>
29
 
#include <kcal/mimetypevisitor.h>
 
29
#include <akonadi/kcal/incidencemimetypevisitor.h>
30
30
 
31
31
 
32
32
TasksHandler::TasksHandler() : IncidenceHandler()
67
67
 
68
68
QStringList  TasksHandler::contentMimeTypes()
69
69
{
70
 
  return QStringList() << KCal::MimeTypeVisitor::todoMimeType();
 
70
  return QStringList() << Akonadi::IncidenceMimeTypeVisitor::todoMimeType();
71
71
}
72
72
 
73
73
QString TasksHandler::iconName() const