diff options
Diffstat (limited to 'src/urlbar/urlbar.h')
-rw-r--r-- | src/urlbar/urlbar.h | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/src/urlbar/urlbar.h b/src/urlbar/urlbar.h index 67a693c0..964534cb 100644 --- a/src/urlbar/urlbar.h +++ b/src/urlbar/urlbar.h @@ -79,10 +79,11 @@ public: enum icon { - KGet = 0x00000001, - RSS = 0x00000010, - SSL = 0x00000100, - BK = 0x00001000 + KGet = 0x00000001, + RSS = 0x00000010, + SSL = 0x00000100, + BK = 0x00001000, + SearchEngine = 0x00010000 }; explicit UrlBar(QWidget *parent = 0); @@ -100,15 +101,15 @@ private slots: void loadTyped(const QString &); void clearRightIcons(); - + void updateRightIcons(); + void detectTypedString(const QString &); void suggest(); void showBookmarkInfo(const QPoint &pos); - void onBookmarksChanged(); void refreshFavicon(); - + protected: void paintEvent(QPaintEvent *event); void keyPressEvent(QKeyEvent *event); |