summaryrefslogtreecommitdiff
path: root/src/mainview.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-05-06 03:09:23 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-05-06 03:09:23 +0200
commit06b2dc0ce6ec6dd4cb090c22e2f9f8521138146b (patch)
treebdbc792266fea13099eecebe4c032f97a2eb2fea /src/mainview.cpp
parentupdating authors.. (diff)
downloadrekonq-06b2dc0ce6ec6dd4cb090c22e2f9f8521138146b.tar.xz
EBN Krazy fixes. 1st round..
Diffstat (limited to 'src/mainview.cpp')
-rw-r--r--src/mainview.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainview.cpp b/src/mainview.cpp
index d4edeb19..5432fa51 100644
--- a/src/mainview.cpp
+++ b/src/mainview.cpp
@@ -213,7 +213,7 @@ void MainView::clear()
// clear the line edit history
for (int i = 0; i < m_urlBars->count(); ++i)
{
- /// TODO What exacly do we need to clear here?
+ /// TODO What exactly do we need to clear here?
urlBar(i)->clearHistory();
urlBar(i)->clear();
}
@@ -713,4 +713,4 @@ void MainView::mouseDoubleClickEvent(QMouseEvent *event)
return;
}
KTabWidget::mouseDoubleClickEvent(event);
-} \ No newline at end of file
+}