summaryrefslogtreecommitdiff
path: root/src/application.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-06-21 01:29:05 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-06-21 01:29:05 +0200
commit8e094f1119d4073e78697052397c42a90c527601 (patch)
treedc6d93eaff6c3fa8b5106520caf161fcb5606350 /src/application.h
parentWorking on new notify system... (diff)
downloadrekonq-8e094f1119d4073e78697052397c42a90c527601.tar.xz
New notify system
Diffstat (limited to 'src/application.h')
-rw-r--r--src/application.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/application.h b/src/application.h
index 05db3ecb..a5658703 100644
--- a/src/application.h
+++ b/src/application.h
@@ -58,14 +58,6 @@ namespace Rekonq
New, ///< open url in new tab and make it current
Background ///< open url in new tab in background
};
-
- enum Notify
- {
- Success, ///< url successfully (down)loaded
- Error, ///< url failed to (down)load
- Download, ///< downloading url
- Info ///< information
- };
}
@@ -87,8 +79,6 @@ public:
KIcon icon(const KUrl &url) const;
- void notifyMsg(const QString &msg, Rekonq::Notify status);
-
static KUrl guessUrlFromString(const QString &url);
static HistoryManager *historyManager();