From 8ae95bb1783d4f93200d406b8cfc1dcfce42d0eb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20P=C3=B6nitz?= Date: Mon, 1 Oct 2007 22:19:39 +0000 Subject: [PATCH] compile fix git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20650 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt4/GuiToolbar.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 -- 2.39.2