~ubuntu-branches/ubuntu/quantal/kdepim/quantal

« back to all changes in this revision

Viewing changes to kalarm/mainwindow.h

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2011-12-15 14:17:51 UTC
  • mto: This revision was merged to the branch mainline in revision 193.
  • Revision ID: package-import@ubuntu.com-20111215141751-bmhdpiwl23wd9w26
Tags: upstream-4.7.90
ImportĀ upstreamĀ versionĀ 4.7.90

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
#include "alarmresources.h"
28
28
#endif
29
29
#include "editdlg.h"
30
 
#include "kaevent.h"
31
30
#include "mainwindowbase.h"
32
31
#include "undo.h"
33
32
 
 
33
#include <kalarmcal/kaevent.h>
 
34
 
34
35
#ifdef USE_AKONADI
35
36
#include <akonadi/item.h>
36
37
#include <kcalcore/calendar.h>
181
182
        void           setEnableText(bool enable);
182
183
        void           initUndoMenu(QMenu*, Undo::Type);
183
184
        void           slotDelete(bool force);
184
 
        static KAEvent::Action  getDropAction(QDropEvent*, QString& text);
 
185
        static KAEvent::SubAction  getDropAction(QDropEvent*, QString& text);
185
186
        static void    setUpdateTimer();
186
187
        static void    enableTemplateMenuItem(bool);
187
188