]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiToc.h
QDialogButtonBox for the remaining dialogs.
[lyx.git] / src / frontends / qt4 / GuiToc.h
index 5e759895a5168fb90d83e868e8d564c34547d161..d403bc94f9b38a0d58541c494d71eb3295b4c05f 100644 (file)
 
 #include "DockView.h"
 
-#include "insets/InsetCommandParams.h"
-
-#include "TocBackend.h"
-
-#include <QStandardItemModel>
-
-#include <vector>
-
 namespace lyx {
 namespace frontend {
 
@@ -42,8 +34,6 @@ public:
                Qt::DockWidgetArea area = Qt::LeftDockWidgetArea, ///< Position of the dock (and also drawer)
                Qt::WindowFlags flags = 0);
 
-       ~GuiToc();
-
        ///
        bool initialiseParams(std::string const & data);
        void updateView();