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

« back to all changes in this revision

Viewing changes to korganizer/plugins/picoftheday/configdialog.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:
17
17
  with this program; if not, write to the Free Software Foundation, Inc.,
18
18
  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
19
19
*/
20
 
#ifndef CONFIGDIALOG_H
21
 
#define CONFIGDIALOG_H
22
 
 
23
 
#include <kdialog.h>
 
20
 
 
21
#ifndef KORG_PLUGINS_PICOFTHEDAY_CONFIGDIALOG_H
 
22
#define KORG_PLUGINS_PICOFTHEDAY_CONFIGDIALOG_H
 
23
 
 
24
#include <KDialog>
24
25
 
25
26
class QButtonGroup;
26
27