]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/IconPalette.h
Use the command-alternatives sequence as defined in menus.bind
[lyx.git] / src / frontends / qt4 / IconPalette.h
index 1e14fc13fb61bada0c8f691814ece5ef7d142c03..f63e68d5ce73694b14ea5823439e1cdf6176c714 100644 (file)
@@ -48,9 +48,6 @@ public:
        IconPalette(QWidget * parent);
        void addButton(QAction *);
 
-public Q_SLOTS:
-       void updateParent();
-
 Q_SIGNALS:
        void triggered(QAction *);
        void visible(bool);
@@ -68,7 +65,7 @@ private:
        QGridLayout * layout_;
        QList<QAction *> actions_;
        bool tornoff_;
-       TearOff * tearoffwidget_; 
+       TearOff * tearoffwidget_;
 };