summaryrefslogtreecommitdiffabout
authorzautrix <zautrix>2005-06-15 21:57:17 (UTC)
committer zautrix <zautrix>2005-06-15 21:57:17 (UTC)
commitb8b1547f1f4ae54ace16e5faf55aad1274ec2e57 (patch) (unidiff)
tree77f755fca963e0ee7675e5948fdcf4f98ba46582
parent4a9b5ad578e991f6216dc0556022a76223165f15 (diff)
downloadkdepimpi-b8b1547f1f4ae54ace16e5faf55aad1274ec2e57.zip
kdepimpi-b8b1547f1f4ae54ace16e5faf55aad1274ec2e57.tar.gz
kdepimpi-b8b1547f1f4ae54ace16e5faf55aad1274ec2e57.tar.bz2
compile fix
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