diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-08-05 10:52:41 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-08-05 10:52:41 +0200 |
commit | 7ddf29246c41b115b3c417e87ef8b23f4a0b0ccd (patch) | |
tree | 6dc67bb0282173cd955f45b704a7e04bac7198dd /src/mainview.cpp | |
parent | Fix Include (diff) | |
download | rekonq-7ddf29246c41b115b3c417e87ef8b23f4a0b0ccd.tar.xz |
Krazy issues fixes. Part 1
Diffstat (limited to 'src/mainview.cpp')
-rw-r--r-- | src/mainview.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mainview.cpp b/src/mainview.cpp index 990ef321..7566400b 100644 --- a/src/mainview.cpp +++ b/src/mainview.cpp @@ -685,4 +685,5 @@ void MainView::resizeEvent(QResizeEvent *event) { addTabButtonPosition(); KTabWidget::resizeEvent(event); -}
\ No newline at end of file +} + |