]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/LoaderQueue.h
Add more controls to the view-source dialog.
[lyx.git] / src / graphics / LoaderQueue.h
index 50183c12b936fe0c2ea418166d95c9c7fd235599..8f886fac91df04092aee2e86182b8423e944badf 100644 (file)
@@ -1,10 +1,10 @@
 // -*- C++ -*-
 /**
- *  \file LoaderQueue.h
+ * \file LoaderQueue.h
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- *  \author Alfredo Braunstein
+ * \author Alfredo Braunstein
  *
  * Full author contact details are available in file CREDITS.
  *
 #define LOADERQUEUE_H
 
 #include "GraphicsCache.h"
-#include "GraphicsCacheItem.h"
-
 #include "frontends/Timeout.h"
 
 #include <set>
 #include <queue>
 
-namespace grfx {
+namespace lyx {
+namespace graphics {
 
 class LoaderQueue {
 public:
@@ -74,6 +73,7 @@ private:
        void stopLoader();
 };
 
-} // namespace grfx
+} // namespace graphics
+} // namespace lyx
 
 #endif // LOADERQUEUE_H