src/dialogs.h

changeset 739
152b33a6d51b
parent 655
b376645315ab
child 789
4b7306f52bb5
--- a/src/dialogs.h	Sun Apr 27 04:15:25 2014 +0300
+++ b/src/dialogs.h	Sun Apr 27 04:23:09 2014 +0300
@@ -46,7 +46,7 @@
 		explicit OverlayDialog (QWidget* parent = null, Qt::WindowFlags f = 0);
 		virtual ~OverlayDialog();
 
-		QString         fpath() const;
+		String         fpath() const;
 		int         ofsx() const;
 		int         ofsy() const;
 		double      lwidth() const;
@@ -72,8 +72,8 @@
 	public:
 		explicit LDrawPathDialog (const bool validDefault, QWidget* parent = null, Qt::WindowFlags f = 0);
 		virtual ~LDrawPathDialog();
-		QString filename() const;
-		void setPath (QString path);
+		String filename() const;
+		void setPath (String path);
 
 	private:
 		Q_DISABLE_COPY (LDrawPathDialog)
@@ -115,9 +115,9 @@
 	Q_OBJECT
 
 	public:
-		explicit ExtProgPathPrompt (QString progName, QWidget* parent = 0, Qt::WindowFlags f = 0);
+		explicit ExtProgPathPrompt (String progName, QWidget* parent = 0, Qt::WindowFlags f = 0);
 		virtual ~ExtProgPathPrompt();
-		QString getPath() const;
+		String getPath() const;
 
 	public slots:
 		void findPath();
@@ -138,4 +138,4 @@
 		void slot_mail();
 };
 
-void bombBox (const QString& message);
+void bombBox (const String& message);

mercurial