summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-04-02 21:32:37 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-04-02 21:32:37 +0200
commitefe551a8a25bd3e7f6f443710b9944f95921ae58 (patch)
tree07cf89320e0f6311e92e21e91c3f4d0768f55d70
parentupdated TODO (diff)
downloadrekonq-efe551a8a25bd3e7f6f443710b9944f95921ae58.tar.xz
Fixing mainview description
-rw-r--r--TODO4
-rw-r--r--src/mainview.h7
2 files changed, 5 insertions, 6 deletions
diff --git a/TODO b/TODO
index 3ac782c1..44dc1e6b 100644
--- a/TODO
+++ b/TODO
@@ -20,9 +20,11 @@ DONE(?) definitely fix fonts!
- fix Action on tabbar (clone ads)
- Type "FormSubmitted"
- check statusbar slots
-- redesign settings
+(?) - redesign settings
- fix fonts
+- loading ONE site when calling rekonq..
+
+ ------------------------
LONG TERM FIXES
diff --git a/src/mainview.h b/src/mainview.h
index 56808c02..8652a6e5 100644
--- a/src/mainview.h
+++ b/src/mainview.h
@@ -42,10 +42,8 @@ class QUrl;
/**
- * TabWidget that contains WebViews and a stack widget of associated line edits.
- *
- * Connects up the current tab's signals to this class's signal and uses WebActionMapper
- * to proxy the actions.
+ * This class represent rekonq Main View. It contains all WebViews and a stack widget
+ * of associated line edits.
*
*/
@@ -148,4 +146,3 @@ private:
};
#endif
-