diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-06-21 01:29:05 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-06-21 01:29:05 +0200 |
commit | 8e094f1119d4073e78697052397c42a90c527601 (patch) | |
tree | dc6d93eaff6c3fa8b5106520caf161fcb5606350 /src/application.h | |
parent | Working on new notify system... (diff) | |
download | rekonq-8e094f1119d4073e78697052397c42a90c527601.tar.xz |
New notify system
Diffstat (limited to 'src/application.h')
-rw-r--r-- | src/application.h | 10 |
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(); |