summaryrefslogtreecommitdiff
path: root/client/mainwindow.h
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2011-11-04 09:27:32 +0100
committerBent Bisballe Nyeng <deva@aasimon.org>2011-11-04 09:27:32 +0100
commit59e00220f562b3840295d9f2dc1eb6038a7c09c2 (patch)
treeb15eaaefd5e1874811000c261058e0a0a4cdb474 /client/mainwindow.h
parent140d002d641d22d2dc9e9a1e7c234b747c979a16 (diff)
Replace --name with --title.
Diffstat (limited to 'client/mainwindow.h')
-rw-r--r--client/mainwindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/mainwindow.h b/client/mainwindow.h
index 524242c..84151ad 100644
--- a/client/mainwindow.h
+++ b/client/mainwindow.h
@@ -42,7 +42,7 @@
class MainWindow : public QMainWindow {
Q_OBJECT
public:
- MainWindow(QString patientid, QString course, QString templ,
+ MainWindow(QString patientid, QString title, QString course, QString templ,
QString host, quint16 port, QString user);
~MainWindow();