┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/search
diff options
context:
space:
mode:
authorLaurent Montel <[email protected]>2010-07-10 15:02:44 +0000
committerLaurent Montel <[email protected]>2010-07-10 15:02:44 +0000
commit670695ec01c816a2a123853342a316d235a07641 (patch)
treeede37ed410d936cd057a17fa3fb261c6797eec1c /src/search
parentd8bdb736daa43303dc14ba3a550b40ba8ac9b4ef (diff)
Fix forward declation
svn path=/trunk/KDE/kdebase/apps/; revision=1148408
Diffstat (limited to 'src/search')
-rw-r--r--src/search/dolphinsearchbox.h1
-rw-r--r--src/search/searchcriteriondescription.h1
-rw-r--r--src/search/searchcriterionselector.h1
3 files changed, 0 insertions, 3 deletions
diff --git a/src/search/dolphinsearchbox.h b/src/search/dolphinsearchbox.h
index 73e4936df..67895a5e9 100644
--- a/src/search/dolphinsearchbox.h
+++ b/src/search/dolphinsearchbox.h
@@ -25,7 +25,6 @@
#include <KIcon>
class KLineEdit;
-class KUrl;
class QCompleter;
class QModelIndex;
class QStandardItemModel;
diff --git a/src/search/searchcriteriondescription.h b/src/search/searchcriteriondescription.h
index 7739be890..62c4bd7eb 100644
--- a/src/search/searchcriteriondescription.h
+++ b/src/search/searchcriteriondescription.h
@@ -29,7 +29,6 @@
#include <QUrl>
class SearchCriterionValue;
-class QWidget;
/**
* @brief Helper class for SearchCriterionSelector.
diff --git a/src/search/searchcriterionselector.h b/src/search/searchcriterionselector.h
index 7b0bc018d..e9f26dd80 100644
--- a/src/search/searchcriterionselector.h
+++ b/src/search/searchcriterionselector.h
@@ -33,7 +33,6 @@ class SearchCriterionValue;
class QComboBox;
class QHBoxLayout;
class QPushButton;
-class ValueWidget;
/**
* @brief Allows the user to select a search criterion.