X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt4%2FQRef.C;h=fbf1a61d9b997e2dd6b7c363830dd27c138300de;hb=56cd160c398beb78481d874e633e30c2b8ef213d;hp=79c50b3c72569f2b296fd72a47b46275b5168335;hpb=4401521a4551770941c0be7ef09e867aa51918cb;p=lyx.git diff --git a/src/frontends/qt4/QRef.C b/src/frontends/qt4/QRef.C index 79c50b3c72..fbf1a61d9b 100644 --- a/src/frontends/qt4/QRef.C +++ b/src/frontends/qt4/QRef.C @@ -35,7 +35,8 @@ using std::string; namespace lyx { namespace frontend { -typedef QController > base_class; +// full qualification because qt4 has also a ControlRef type +typedef QController > base_class; QRef::QRef(Dialog & parent)