summaryrefslogtreecommitdiff
path: root/src/searchbar.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/searchbar.h')
-rw-r--r--src/searchbar.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/searchbar.h b/src/searchbar.h
index a83d7024..19c90a15 100644
--- a/src/searchbar.h
+++ b/src/searchbar.h
@@ -28,6 +28,9 @@
// Qt Includes
#include <QtGui>
+/*
+ * This class defines an internet search bar.
+ */
class SearchBar : public KLineEdit
{
Q_OBJECT
@@ -37,6 +40,9 @@ public:
~SearchBar();
public slots:
+ /*
+ * Use this slot to perform one search in one search engine
+ */
void searchNow();
protected: