]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiSymbols.h
Use <cstdint> instead of <boost/cstdint.hpp>
[lyx.git] / src / frontends / qt4 / GuiSymbols.h
index 18d28994a9550124ea85478d190c8c95ada8bb85..dde0623688182144d26d237c76d27d57d6670385 100644 (file)
@@ -4,7 +4,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Jürgen Spitzmüller
+ * \author Jürgen Spitzmüller
  *
  * Full author contact details are available in file CREDITS.
  */
@@ -39,9 +39,8 @@ public:
        //@}
 
 public Q_SLOTS:
-       void on_applyPB_clicked();
-       void on_okPB_clicked();
-       void on_closePB_clicked();
+       void slotOK();
+       void on_buttonBox_clicked(QAbstractButton *);
        void on_symbolsLW_activated(QModelIndex const & index);
        void on_symbolsLW_clicked(QModelIndex const & index);
        void on_categoryCO_activated(QString const & text);