diff options
Diffstat (limited to 'qt-ui/mainwindow.h')
-rw-r--r-- | qt-ui/mainwindow.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qt-ui/mainwindow.h b/qt-ui/mainwindow.h index 83672eafa..7d14fc7fe 100644 --- a/qt-ui/mainwindow.h +++ b/qt-ui/mainwindow.h @@ -12,6 +12,7 @@ #include <QUrl> #include "ui_mainwindow.h" +#include "usermanual.h" struct DiveList; class QSortFilterProxyModel; @@ -102,7 +103,6 @@ private slots: void initialUiSetup(); void on_actionImportDiveLog_triggered(); - void linkClickedSlot(QUrl url); protected: void closeEvent(QCloseEvent *); @@ -117,7 +117,7 @@ private: Ui::MainWindow ui; QAction *actionNextDive; QAction *actionPreviousDive; - QWebView *helpView; + UserManual *helpView; CurrentState state; QString filter(); bool askSaveChanges(); |