summaryrefslogtreecommitdiff
path: root/src/mainview.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-06-21 01:34:55 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-06-21 01:34:55 +0200
commit27a1d6d45142134c849f40fd9662cff29f2b9645 (patch)
tree53a6243996e3681a89cc4f5149335cf11e334265 /src/mainview.h
parentNew notify system (diff)
downloadrekonq-27a1d6d45142134c849f40fd9662cff29f2b9645.tar.xz
Comments and Fixes
Diffstat (limited to 'src/mainview.h')
-rw-r--r--src/mainview.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/mainview.h b/src/mainview.h
index aad99ddd..91a09e09 100644
--- a/src/mainview.h
+++ b/src/mainview.h
@@ -47,23 +47,6 @@ class TabBar;
class UrlBar;
-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
- };
-}
-
-
/**
* This class represent rekonq Main View. It contains all WebViews and a stack widget
* of associated line edits.