summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-06-21 22:11:39 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-06-21 22:11:39 +0200
commit9501cf849628c5aeef669f12db87d43ed03c357a (patch)
treeceb5c24d0c17feb94414fb66b40eb0694fdbc1e7 /src/mainwindow.h
parentDeleting popup in empty msg (diff)
downloadrekonq-9501cf849628c5aeef669f12db87d43ed03c357a.tar.xz
New notifying system. Perhaps this should be default for
rekonq 0.2. Anyway, there are a lot of improvements needed. We'll see..
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h30
1 files changed, 15 insertions, 15 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index df2c183e..4e32e215 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -49,21 +49,21 @@ class SidePanel;
class WebView;
-namespace Rekonq
-{
- /**
- * @short notifying message status
- * Different message status
- */
-
- enum Notify
- {
- Success, ///< url successfully (down)loaded
- Error, ///< url failed to (down)load
- Download, ///< downloading url
- Info ///< information
- };
-}
+// namespace Rekonq
+// {
+// /**
+// * @short notifying message status
+// * Different message status
+// */
+//
+// enum Notify
+// {
+// Success, ///< url successfully (down)loaded
+// Error, ///< url failed to (down)load
+// Download, ///< downloading url
+// Info ///< information, (default)
+// };
+// }
/**