summaryrefslogtreecommitdiff
path: root/HelpDialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'HelpDialog.h')
-rw-r--r--HelpDialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/HelpDialog.h b/HelpDialog.h
index 2a2fd32..91e5dbc 100644
--- a/HelpDialog.h
+++ b/HelpDialog.h
@@ -27,8 +27,8 @@ class HelpDialog : public QDialog {
HelpDialog();
/// \brief Destruct the object
~HelpDialog();
- static QString getWebSite();
- static QString getUpdateUrl();
+ static std::string getWebSite();
+ static std::string getUpdateUrl();
protected:
/// \brief To re-translate the ui
void changeEvent(QEvent *e);