diff options
Diffstat (limited to 'src/assistant/qhelpconverter/identifierpage.h')
-rw-r--r-- | src/assistant/qhelpconverter/identifierpage.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/assistant/qhelpconverter/identifierpage.h b/src/assistant/qhelpconverter/identifierpage.h index ae8daa012..07b7cbb6c 100644 --- a/src/assistant/qhelpconverter/identifierpage.h +++ b/src/assistant/qhelpconverter/identifierpage.h @@ -53,12 +53,12 @@ class IdentifierPage : public QWizardPage public: IdentifierPage(QWidget *parent = 0); - + private slots: void setupButtons(bool checked); private: - Ui::IdentifierPage m_ui; + Ui::IdentifierPage m_ui; }; QT_END_NAMESPACE |