~ubuntu-branches/ubuntu/raring/kdepim/raring-proposed

« back to all changes in this revision

Viewing changes to korganizer/kitemiconcheckcombo.h

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2012-06-07 07:56:38 UTC
  • mfrom: (0.2.27)
  • Revision ID: package-import@ubuntu.com-20120607075638-0luhdq11z7sgvs4m
Tags: 4:4.8.80-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
 
2
  This file is part of KOrganizer.
 
3
 
2
4
  Copyright (C) 2011 Sérgio Martins <iamsergio@gmail.com>
3
5
 
4
6
  This library is free software; you can redistribute it and/or modify it
17
19
  02110-1301, USA.
18
20
*/
19
21
 
20
 
#ifndef KITEMICONCHECKCOMBO_H
21
 
#define KITEMICONCHECKCOMBO_H
 
22
#ifndef KORG_KITEMICONCHECKCOMBO_H
 
23
#define KORG_KITEMICONCHECKCOMBO_H
22
24
 
23
25
#include <libkdepim/kcheckcombobox.h>
 
26
 
24
27
#include <calendarviews/eventviews/eventview.h>
25
28
 
26
 
class KOPrefs;
27
 
 
28
29
class KItemIconCheckCombo : public KPIM::KCheckComboBox
29
30
{
30
31
  Q_OBJECT
34
35
      MonthType
35
36
    };
36
37
 
37
 
    KItemIconCheckCombo( ViewType viewType, QWidget *parent = 0 );
 
38
    explicit KItemIconCheckCombo( ViewType viewType, QWidget *parent = 0 );
38
39
    ~KItemIconCheckCombo();
39
40
 
40
41
    void setCheckedIcons( const QSet<EventViews::EventView::ItemIcon> &icons );