diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2008-12-14 16:54:45 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2008-12-14 16:54:45 +0100 |
commit | 439e23791714ff99876b8cca3afd6225445e75fc (patch) | |
tree | 80895c6703dc7748be73f9bd811cbc92fce5c5c6 /src/browsermainwindow.h | |
parent | Fixing searchbar dimension && position (diff) | |
download | rekonq-439e23791714ff99876b8cca3afd6225445e75fc.tar.xz |
Last changes..
Diffstat (limited to 'src/browsermainwindow.h')
-rw-r--r-- | src/browsermainwindow.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/browsermainwindow.h b/src/browsermainwindow.h index 9cb9fe18..d50abcc4 100644 --- a/src/browsermainwindow.h +++ b/src/browsermainwindow.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) 2007-2008 Trolltech ASA. All rights reserved * Copyright (C) 2008 by Andrea Diamantini <adjam7 at gmail dot com> @@ -54,7 +54,6 @@ public: BrowserMainWindow(QWidget *parent = 0, Qt::WindowFlags flags = 0); ~BrowserMainWindow(); - QSize sizeHint() const; static KUrl guessUrlFromString(const QString &url); TabWidget *tabWidget() const; WebView *currentTab() const; |