From: André Pönitz Date: Mon, 1 Oct 2007 22:19:39 +0000 (+0000) Subject: compile fix X-Git-Tag: 1.6.10~8083 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=8ae95bb1783d4f93200d406b8cfc1dcfce42d0eb;p=features.git compile fix git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20650 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/qt4/GuiToolbar.h b/src/frontends/qt4/GuiToolbar.h index 62efaff76a..cb440079f5 100644 --- a/src/frontends/qt4/GuiToolbar.h +++ b/src/frontends/qt4/GuiToolbar.h @@ -20,8 +20,7 @@ #include #include - -class QComboBox; +#include namespace lyx { @@ -86,7 +85,7 @@ private: GuiCommandBuffer * command_buffer_; }; -/// return a full path of an XPM for the given action +/// return a full path of an .png for the given action std::string const getIcon(FuncRequest const & f, bool unknown = true); } // namespace frontend