diff options
| author | Richard Linden <none@none> | 2010-11-18 22:34:54 -0800 |
|---|---|---|
| committer | Richard Linden <none@none> | 2010-11-18 22:34:54 -0800 |
| commit | a927b1cb0e0454cacf9523d2be7f2ce4b19c9e04 (patch) | |
| tree | 1d94af0fb5a1d57ef763fddf4ae422655f47cc36 /indra/newview/llbrowsernotification.cpp | |
| parent | 9d82af29df47e731749f9a346a630356975153d2 (diff) | |
SOCIAL-266 WIP HTTP AUTH dialogs no longer work in LLQtWebKit 4.7.1
initial support for XUI auth dialog
Diffstat (limited to 'indra/newview/llbrowsernotification.cpp')
| -rw-r--r-- | indra/newview/llbrowsernotification.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llbrowsernotification.cpp b/indra/newview/llbrowsernotification.cpp index d6a813d608..633ef4f1ce 100644 --- a/indra/newview/llbrowsernotification.cpp +++ b/indra/newview/llbrowsernotification.cpp @@ -29,8 +29,8 @@ #include "llnotificationhandler.h" #include "llnotifications.h" -#include "llfloaterreg.h" #include "llmediactrl.h" +#include "llviewermedia.h" using namespace LLNotificationsUI; |
