summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-03-12 00:53:37 +0100
committerAndrea Diamantini <adjam7@gmail.com>2009-03-12 00:53:37 +0100
commit33af8415b29e428d926bb6e61f77e7faf91c4ff6 (patch)
treef044529dc51841f94990533948f45f46e51b7356 /src/mainwindow.h
parentupgrading ui to 4.5.0 (diff)
downloadrekonq-33af8415b29e428d926bb6e61f77e7faf91c4ff6.tar.xz
Solved initial size problem!
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index d620990e..0082a2c0 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -57,6 +57,7 @@ public:
static KUrl guessUrlFromString(const QString &url);
MainView *tabWidget() const;
WebView *currentTab() const;
+ virtual QSize sizeHint() const;
private:
void setupActions();