summaryrefslogtreecommitdiff
path: root/client/messagebox.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/messagebox.h')
-rw-r--r--client/messagebox.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/messagebox.h b/client/messagebox.h
index e2c576c..2ac1d12 100644
--- a/client/messagebox.h
+++ b/client/messagebox.h
@@ -88,8 +88,8 @@ class MessageBox : public QDialog
Q_OBJECT
public:
MessageBox(QWidget* parent = 0,
- const char* name = "",
- const char* text = "",
+ const QString name = "",
+ const QString text = "",
msg_type type = TYPE_OK,
msg_icon icon = ICON_DEFAULT);
~MessageBox();