From 1390ddfe6afe41dba141f8170f9b277573ebe8cd Mon Sep 17 00:00:00 2001 From: deva Date: Tue, 7 Mar 2006 10:37:59 +0000 Subject: *** empty log message *** --- client/messagebox.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'client/messagebox.h') 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(); -- cgit v1.2.3