summaryrefslogtreecommitdiff
path: root/qmake/generators/mac/metrowerks_xml.h
Side-by-side diff
Diffstat (limited to 'qmake/generators/mac/metrowerks_xml.h') (more/less context) (ignore whitespace changes)
-rw-r--r--qmake/generators/mac/metrowerks_xml.h19
1 files changed, 9 insertions, 10 deletions
diff --git a/qmake/generators/mac/metrowerks_xml.h b/qmake/generators/mac/metrowerks_xml.h
index ae3cfae..0aa3615 100644
--- a/qmake/generators/mac/metrowerks_xml.h
+++ b/qmake/generators/mac/metrowerks_xml.h
@@ -1,14 +1,12 @@
/****************************************************************************
-** $Id$
+**
**
-** Definition of ________ class.
+** Definition of MetrowerksMakefileGenerator class.
**
-** Created : 970521
+** Copyright (C) 1992-2003 Trolltech AS. All rights reserved.
**
-** Copyright (C) 1992-2000 Trolltech AS. All rights reserved.
-**
-** This file is part of the network module of the Qt GUI Toolkit.
+** This file is part of qmake.
**
** This file may be distributed under the terms of the Q Public License
** as defined by Trolltech AS of Norway and appearing in the file
** LICENSE.QPL included in the packaging of this file.
@@ -33,10 +31,11 @@
** Contact info@trolltech.com if any conditions of this licensing are
** not clear to you.
**
**********************************************************************/
-#ifndef __METROWERKSMAKE_H__
-#define __METROWERKSMAKE_H__
+
+#ifndef __METROWERKS_XML_H__
+#define __METROWERKS_XML_H__
#include "makefile.h"
class MetrowerksMakefileGenerator : public MakefileGenerator
@@ -49,9 +48,9 @@ class MetrowerksMakefileGenerator : public MakefileGenerator
bool writeMakeParts(QTextStream &);
bool writeSubDirs(QTextStream &);
bool writeMakefile(QTextStream &);
- QString findTemplate(QString file);
+ QString findTemplate(const QString &file);
void init();
public:
MetrowerksMakefileGenerator(QMakeProject *p);
~MetrowerksMakefileGenerator();
@@ -65,5 +64,5 @@ protected:
inline MetrowerksMakefileGenerator::~MetrowerksMakefileGenerator()
{ }
-#endif /* __METROWERKSMAKE_H__ */
+#endif /* __METROWERKS_XML_H__ */