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

« back to all changes in this revision

Viewing changes to korganizer/plugins/hebrew/configdialog.cpp

  • 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:
21
21
 
22
22
#include "configdialog.h"
23
23
 
24
 
#include <QtGui/QFrame>
25
 
#include <QtGui/QLayout>
 
24
#include <KConfig>
 
25
#include <KLocale>
26
26
 
27
 
#include <klocale.h>
28
 
#include <kapplication.h>
29
 
#include <kglobal.h>
30
 
#include <kconfig.h>
31
 
#include <kstandarddirs.h>
 
27
#include <QCheckBox>
 
28
#include <QFrame>
 
29
#include <QVBoxLayout>
32
30
 
33
31
ConfigDialog::ConfigDialog( QWidget *parent )
34
32
  :KDialog( parent )