]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiProgressView.h
* fix spelling in comments to please John.
[lyx.git] / src / frontends / qt4 / GuiProgressView.h
index 99e545b0d63ee25dad7ed5d713cab8123aba6574..2c1d5fbe93bc1bc9afcfb03d726f79b3daf76b00 100644 (file)
 #ifndef GUIPROGRESSVIEW_H
 #define GUIPROGRESSVIEW_H
 
-#if QT_VERSION < 0x040400
-#define settingsLayout gridLayout1
-#endif
-
 #include "ui_ProgressViewUi.h"
 
 #include "DockView.h"
@@ -34,8 +30,6 @@ class QShowEvent;
 namespace lyx {
 namespace frontend {
 
-struct LevelButton;
-
 
 class ProgressViewWidget : public QWidget, public Ui::ProgressViewUi
 {
@@ -76,19 +70,15 @@ private Q_SLOTS:
        void appendText(QString const & text);
        void appendLyXErrText(QString const & text);
        void clearText();
-
-       void levelChanged();
-  void tristateChanged(int state);
+       void debugMessageActivated(QTreeWidgetItem *, int);
+       void debugSelectionChanged();
 
 private:
        ProgressViewWidget * widget_;
 
+       void levelChanged();
        void showEvent(QShowEvent*);
        void hideEvent(QHideEvent*);
-
-       QList<LevelButton*> level_buttons;
-       QList<LevelButton*> checked_buttons;
-       LevelButton* toggle_button;
 };