summaryrefslogtreecommitdiff
path: root/src/application.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-04-30 11:59:00 +0200
committerAndrea Diamantini <adjam7@gmail.com>2010-04-30 11:59:00 +0200
commit2b11a757cf04ca06329a0b5d11eb6c3bae77a200 (patch)
treeff5312f6248a4261fb39dd331b7f034385015d7c /src/application.h
parentA coding style round (diff)
downloadrekonq-2b11a757cf04ca06329a0b5d11eb6c3bae77a200.tar.xz
New rekonq_defines.h
Speed up compilation & linking on Win, Lin & Mac. Step 1
Diffstat (limited to 'src/application.h')
-rw-r--r--src/application.h36
1 files changed, 3 insertions, 33 deletions
diff --git a/src/application.h b/src/application.h
index 9a8031ea..44d94e5c 100644
--- a/src/application.h
+++ b/src/application.h
@@ -29,8 +29,9 @@
#ifndef APPLICATION_H
#define APPLICATION_H
-// Local Includes
-#include "rekonqprivate_export.h"
+
+// Rekonq Includes
+#include "rekonq_defines.h"
// KDE Includes
#include <KUniqueApplication>
@@ -57,37 +58,6 @@ class WebView;
typedef QList< QWeakPointer<MainWindow> > MainWindowList;
-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)
-};
-
-/**
- * @short Open link options
- * Different modes of opening new tab
- */
-enum OpenType
-{
- CurrentTab, ///< open url in current tab
- SettingOpenTab, ///< open url according to users settings
- NewCurrentTab, ///< open url in new tab and make it current
- NewBackTab, ///< open url in new tab in background
- NewWindow ///< open url in new window
-};
-
-}
-
-
/**
*
*/