src/prompts.h

changeset 37
c82a86ea87be
parent 30
6b82f6a3ad53
child 39
2c368cf5cc19
--- a/src/prompts.h	Mon Jun 01 17:06:13 2015 +0300
+++ b/src/prompts.h	Fri Jun 05 18:33:51 2015 +0300
@@ -1,6 +1,6 @@
 /*
  *  ZCinema: Zandronum demo launcher
- *  Copyright (C) 2013 Santeri Piippo
+ *  Copyright (C) 2013-2015 Teemu Piippo
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
@@ -33,8 +33,8 @@
 	Q_OBJECT
 	
 public:
-	explicit UnknownVersionPrompt (str fileName, str binaryName, bool isRelease,
-		QWidget* parent = null, Qt::WindowFlags f = 0);
+	explicit UnknownVersionPrompt (QString fileName, QString binaryName, bool isRelease,
+		QWidget* parent = NULL, Qt::WindowFlags f = 0);
 	virtual ~UnknownVersionPrompt();
 	
 public slots:
@@ -56,7 +56,7 @@
 	explicit FindFilePrompt (QWidget* parent = 0, Qt::WindowFlags f = 0);
 	virtual ~FindFilePrompt();
 	
-	str path() const;
+	QString path() const;
 	
 public slots:
 	void findDemo();

mercurial