summaryrefslogtreecommitdiff
path: root/src/mainview.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-01-18 02:10:22 +0100
committerAndrea Diamantini <adjam7@gmail.com>2009-01-18 02:10:22 +0100
commit195641eb0e7972b32756e95340ebd48c21a7feaf (patch)
tree7f17e16782fb8961fd4a7d17b1bf2e7bc5d440b6 /src/mainview.cpp
parentSome moc adds and webview fixing.. (diff)
downloadrekonq-195641eb0e7972b32756e95340ebd48c21a7feaf.tar.xz
Partially ported rekonq to KConfigXT technology..
Perhaps ~50%..going on!!
Diffstat (limited to 'src/mainview.cpp')
-rw-r--r--src/mainview.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/mainview.cpp b/src/mainview.cpp
index 4236d5d0..328d3dd1 100644
--- a/src/mainview.cpp
+++ b/src/mainview.cpp
@@ -175,7 +175,7 @@ void MainView::slotWebSelectAll()
{
WebView *webView = currentWebView();
QWebPage *currentParent = webView->webPage();
- // FIXME
+ // TODO
}
@@ -618,6 +618,3 @@ void MainView::previousTab()
next = count() - 1;
setCurrentIndex(next);
}
-
-
-// ----------------------------------------------------------------------------------------------------------------------------