From 19e901a0ca9630b2003dd24ccfa6da54eb70bb09 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Sun, 14 Dec 2008 18:27:17 +0100 Subject: adjusted rekonq name commented out (hopefully, for now) resizeEvents and focusInEvents in urlbar & searchbar --- src/searchbar.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/searchbar.h') 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  * @@ -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; -- cgit v1.2.1