]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiThesaurus.cpp
Complete the removal of the embedding stuff. Maybe. It's hard to be sure we got every...
[lyx.git] / src / frontends / qt4 / GuiThesaurus.cpp
index 782a0710549c3b97f5f7f22e623e8e41c50bf1be..bd3e1794726233dd9be26f704a4466af4d918c2d 100644 (file)
@@ -20,7 +20,6 @@
 #include "support/debug.h"
 #include "support/gettext.h"
 
-#include <QCloseEvent>
 #include <QHeaderView>
 #include <QLineEdit>
 #include <QPushButton>
@@ -72,13 +71,6 @@ void GuiThesaurus::change_adaptor()
 }
 
 
-void GuiThesaurus::closeEvent(QCloseEvent * e)
-{
-       slotClose();
-       GuiDialog::closeEvent(e);
-}
-
-
 void GuiThesaurus::entryChanged()
 {
        updateLists();