diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2008-12-14 18:27:17 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2008-12-14 18:27:17 +0100 |
commit | 19e901a0ca9630b2003dd24ccfa6da54eb70bb09 (patch) | |
tree | 6f86b9ef37a17e050c8ccf264cc69bd5865910b4 /src/searchbar.h | |
parent | Last changes.. (diff) | |
download | rekonq-19e901a0ca9630b2003dd24ccfa6da54eb70bb09.tar.xz |
adjusted rekonq name
commented out (hopefully, for now) resizeEvents and focusInEvents
in urlbar & searchbar
Diffstat (limited to 'src/searchbar.h')
-rw-r--r-- | src/searchbar.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/searchbar.h b/src/searchbar.h index 96ae282a..67f2bda5 100644 --- a/src/searchbar.h +++ b/src/searchbar.h @@ -1,6 +1,6 @@ /* ============================================================ * - * This file is a part of the reKonq project + * This file is a part of the rekonq project * * Copyright (C) 2008 by Andrea Diamantini <adjam7 at gmail dot com> * @@ -38,11 +38,14 @@ public: KLineEdit *lineEdit(); + friend class KLineEdit; + public slots: void searchNow(); protected: - void resizeEvent( QResizeEvent *); +// void resizeEvent(QResizeEvent *); +// void focusInEvent(QFocusEvent *); private: KLineEdit *m_lineEdit; |