diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-02-15 16:10:16 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-02-15 16:10:16 +0100 |
commit | 43fa9af21ff14b895b1d0ef3b559b9236208eb79 (patch) | |
tree | f74bb3588affb5acd3747500cda3f8b0ae7fe6c6 /src/searchbar.h | |
parent | {Browser,}Application. Again.. (diff) | |
download | rekonq-43fa9af21ff14b895b1d0ef3b559b9236208eb79.tar.xz |
First bits of documentation..
Diffstat (limited to 'src/searchbar.h')
-rw-r--r-- | src/searchbar.h | 6 |
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: |