From e0fe63f31cac1f4e9936d7ba8e2d93f25117adb0 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Mon, 8 Aug 2011 17:21:13 +0000 Subject: [PATCH] Apparently, we are not supposed to be using QComboBox::textChanged anymore, but instead QComboBox::editTextChanged. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39442 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt4/GuiSendto.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontends/qt4/GuiSendto.cpp b/src/frontends/qt4/GuiSendto.cpp index 7ee8d384d6..5675342959 100644 --- a/src/frontends/qt4/GuiSendto.cpp +++ b/src/frontends/qt4/GuiSendto.cpp @@ -52,7 +52,7 @@ GuiSendTo::GuiSendTo(GuiView & lv) this, SLOT(changed_adaptor())); connect(formatLW, SIGNAL(itemSelectionChanged()), this, SLOT(changed_adaptor())); - connect(commandCO, SIGNAL(textChanged(QString)), + connect(commandCO, SIGNAL(editTextChanged(QString)), this, SLOT(changed_adaptor())); bc().setPolicy(ButtonPolicy::OkApplyCancelPolicy); -- 2.39.2