]> git.lyx.org Git - features.git/commitdiff
compile fix
authorAndré Pönitz <poenitz@gmx.net>
Mon, 1 Oct 2007 22:19:39 +0000 (22:19 +0000)
committerAndré Pönitz <poenitz@gmx.net>
Mon, 1 Oct 2007 22:19:39 +0000 (22:19 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20650 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiToolbar.h

index 62efaff76a008209e9b9ad384a48e1c1dfd5406a..cb440079f56432c4878a6112a3c36b3af9b84060 100644 (file)
@@ -20,8 +20,7 @@
 
 #include <QList>
 #include <QToolBar>
-
-class QComboBox;
+#include <QComboBox>
 
 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