summaryrefslogtreecommitdiffabout
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--korganizer/kofilterview.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/korganizer/kofilterview.h b/korganizer/kofilterview.h
index 945947a..5495d60 100644
--- a/korganizer/kofilterview.h
+++ b/korganizer/kofilterview.h
@@ -18,24 +18,25 @@
18 18
19 As a special exception, permission is given to link this program 19 As a special exception, permission is given to link this program
20 with any edition of Qt, and distribute the resulting executable, 20 with any edition of Qt, and distribute the resulting executable,
21 without including the source code for Qt in the source distribution. 21 without including the source code for Qt in the source distribution.
22*/ 22*/
23#ifndef KOFILTERVIEW_H 23#ifndef KOFILTERVIEW_H
24#define KOFILTERVIEW_H 24#define KOFILTERVIEW_H
25 25
26#include <qstring.h> 26#include <qstring.h>
27#include <qcheckbox.h> 27#include <qcheckbox.h>
28#include <qlayout.h> 28#include <qlayout.h>
29#include <qlabel.h> 29#include <qlabel.h>
30#include <qdialog.h>
30#include <qscrollview.h> 31#include <qscrollview.h>
31#include <qpushbutton.h> 32#include <qpushbutton.h>
32#include <kconfig.h> 33#include <kconfig.h>
33#include "kofilterview_base.h" 34#include "kofilterview_base.h"
34 35
35#include <libkcal/calfilter.h> 36#include <libkcal/calfilter.h>
36 37
37#include <kurlrequester.h> 38#include <kurlrequester.h>
38#include <klineedit.h> 39#include <klineedit.h>
39#include <kglobal.h> 40#include <kglobal.h>
40#include <kmessagebox.h> 41#include <kmessagebox.h>
41 42