]> git.lyx.org Git - features.git/blobdiff - src/frontends/qt4/GuiCharacter.h
move languageData() out of qt_helpers.cpp
[features.git] / src / frontends / qt4 / GuiCharacter.h
index 3be1401f30c8fb376baa6e4e2e3b6e07c4db23da..307d00380b9d0fd5b2e17d25e8488a0896cf9883 100644 (file)
@@ -16,7 +16,6 @@
 
 #include "GuiDialog.h"
 #include "ui_CharacterUi.h"
-#include "qt_helpers.h" // for LanguagePair
 #include "Font.h"
 
 #include <utility>
@@ -45,6 +44,7 @@ typedef std::pair<QString, FontShape>  ShapePair;
 typedef std::pair<QString, FontSize>   SizePair;
 typedef std::pair<QString, FontState>  BarPair;
 typedef std::pair<QString, ColorCode>  ColorPair;
+typedef std::pair<QString, QString>    LanguagePair;
 
 class GuiCharacter : public GuiDialog, public Ui::CharacterUi
 {