author | zautrix <zautrix> | 2005-07-02 19:46:27 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2005-07-02 19:46:27 (UTC) |
commit | c69004813dce7402f56e7f90e172c8fb56e9cc55 (patch) (unidiff) | |
tree | 4de04efa28ebeefc6b53588c35fa5d2c1ab85e7f | |
parent | 1de3670209f954b71e679c6b3a83a1334b43f895 (diff) | |
download | kdepimpi-c69004813dce7402f56e7f90e172c8fb56e9cc55.zip kdepimpi-c69004813dce7402f56e7f90e172c8fb56e9cc55.tar.gz kdepimpi-c69004813dce7402f56e7f90e172c8fb56e9cc55.tar.bz2 |
c f
-rw-r--r-- | korganizer/searchdialog.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/korganizer/searchdialog.cpp b/korganizer/searchdialog.cpp index efe8774..2e32ac2 100644 --- a/korganizer/searchdialog.cpp +++ b/korganizer/searchdialog.cpp | |||
@@ -20,16 +20,17 @@ | |||
20 | As a special exception, permission is given to link this program | 20 | As a special exception, permission is given to link this program |
21 | with any edition of Qt, and distribute the resulting executable, | 21 | with any edition of Qt, and distribute the resulting executable, |
22 | without including the source code for Qt in the source distribution. | 22 | without including the source code for Qt in the source distribution. |
23 | */ | 23 | */ |
24 | 24 | ||
25 | #include <qlayout.h> | 25 | #include <qlayout.h> |
26 | #include <qcheckbox.h> | 26 | #include <qcheckbox.h> |
27 | #include <qgroupbox.h> | 27 | #include <qgroupbox.h> |
28 | #include <qapplication.h> | ||
28 | #include <qlabel.h> | 29 | #include <qlabel.h> |
29 | #include <qlistview.h> | 30 | #include <qlistview.h> |
30 | #include <qwhatsthis.h> | 31 | #include <qwhatsthis.h> |
31 | #include <qlineedit.h> | 32 | #include <qlineedit.h> |
32 | #include <qpushbutton.h> | 33 | #include <qpushbutton.h> |
33 | #include <qhbuttongroup.h> | 34 | #include <qhbuttongroup.h> |
34 | #include <klocale.h> | 35 | #include <klocale.h> |
35 | #include <kmessagebox.h> | 36 | #include <kmessagebox.h> |