]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/InGuiThread.h
Fix the tab ordering of GuiDocument components.
[lyx.git] / src / frontends / qt4 / InGuiThread.h
index 4939c6472605381e5968166287b63f1ef904b5d3..ea5d64b0ddd4481abceba84065d359c801d3653a 100644 (file)
 #include "support/bind.h"
 #include "support/functional.h"
 
+#if QT_VERSION < 0x040400
+#define Q_EMIT
+#endif
+
 namespace lyx {
 namespace frontend {