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/bookmarks.cpp | |
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/bookmarks.cpp')
-rw-r--r-- | src/bookmarks.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bookmarks.cpp b/src/bookmarks.cpp index e03bf3dc..ec46dd53 100644 --- a/src/bookmarks.cpp +++ b/src/bookmarks.cpp @@ -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> * @@ -51,7 +51,7 @@ QString OwnBookMarks::currentUrl() const QString OwnBookMarks::currentTitle() const { QString title = m_parent->windowTitle(); - return title.remove( " - reKonq" ); + return title.remove( " - rekonq" ); } |