diff options
| author | Montel Laurent <[email protected]> | 2014-10-11 14:18:23 +0200 |
|---|---|---|
| committer | Montel Laurent <[email protected]> | 2014-10-11 14:18:23 +0200 |
| commit | 7d41ad943abddc9641686e8768460960ade03c4b (patch) | |
| tree | 67ae847457166437a856e77e5cf577affe528a4c /src/search | |
| parent | 6f6b1bbb69ba6653879431b1c4dcb22c89efba81 (diff) | |
clean forward declaration
Diffstat (limited to 'src/search')
| -rw-r--r-- | src/search/dolphinfacetswidget.h | 1 | ||||
| -rw-r--r-- | src/search/filenamesearchprotocol.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/search/dolphinfacetswidget.h b/src/search/dolphinfacetswidget.h index 46c84ce1a..03fb1279d 100644 --- a/src/search/dolphinfacetswidget.h +++ b/src/search/dolphinfacetswidget.h @@ -28,7 +28,6 @@ #endif class QButtonGroup; -class QCheckBox; class QDate; class QRadioButton; diff --git a/src/search/filenamesearchprotocol.h b/src/search/filenamesearchprotocol.h index f691f998b..732aef942 100644 --- a/src/search/filenamesearchprotocol.h +++ b/src/search/filenamesearchprotocol.h @@ -22,7 +22,6 @@ #include <kio/slavebase.h> -class KFileItem; class KUrl; class QRegExp; |
