diff options
author | axis <qt-info@nokia.com> | 2009-08-06 12:14:17 (GMT) |
---|---|---|
committer | axis <qt-info@nokia.com> | 2009-08-06 13:41:39 (GMT) |
commit | 471f737c32db752d04d67c0b85be4bd21dab8b53 (patch) | |
tree | 9b3bc8b6d55d73eb2a63def41169190a79ea4cf1 /src/corelib/io | |
parent | 1f98a7dcab0a714bf383ccd5fb2f82df25e7b8f7 (diff) | |
download | Qt-471f737c32db752d04d67c0b85be4bd21dab8b53.zip Qt-471f737c32db752d04d67c0b85be4bd21dab8b53.tar.gz Qt-471f737c32db752d04d67c0b85be4bd21dab8b53.tar.bz2 |
Replaced $MODULE$ with hardcoded module names.
RevBy: Trust me
Diffstat (limited to 'src/corelib/io')
-rw-r--r-- | src/corelib/io/qfilesystemwatcher_symbian.cpp | 2 | ||||
-rw-r--r-- | src/corelib/io/qfilesystemwatcher_symbian_p.h | 2 | ||||
-rw-r--r-- | src/corelib/io/qprocess_symbian.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/corelib/io/qfilesystemwatcher_symbian.cpp b/src/corelib/io/qfilesystemwatcher_symbian.cpp index c8c1d82..c246efb 100644 --- a/src/corelib/io/qfilesystemwatcher_symbian.cpp +++ b/src/corelib/io/qfilesystemwatcher_symbian.cpp @@ -3,7 +3,7 @@ ** Copyright (C) 2008 Nokia Corporation and/or its subsidiary(-ies). ** Contact: Qt Software Information (qt-info@nokia.com) ** -** This file is part of the $MODULE$ of the Qt Toolkit. +** This file is part of the QtCore of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL$ ** No Commercial Usage diff --git a/src/corelib/io/qfilesystemwatcher_symbian_p.h b/src/corelib/io/qfilesystemwatcher_symbian_p.h index 9919114..913aaf1 100644 --- a/src/corelib/io/qfilesystemwatcher_symbian_p.h +++ b/src/corelib/io/qfilesystemwatcher_symbian_p.h @@ -3,7 +3,7 @@ ** Copyright (C) 2008 Nokia Corporation and/or its subsidiary(-ies). ** Contact: Qt Software Information (qt-info@nokia.com) ** -** This file is part of the $MODULE$ of the Qt Toolkit. +** This file is part of the QtCore of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL$ ** No Commercial Usage diff --git a/src/corelib/io/qprocess_symbian.cpp b/src/corelib/io/qprocess_symbian.cpp index 7da6a1d..a74affe 100644 --- a/src/corelib/io/qprocess_symbian.cpp +++ b/src/corelib/io/qprocess_symbian.cpp @@ -3,7 +3,7 @@ ** Copyright (C) 2008 Nokia Corporation and/or its subsidiary(-ies). ** Contact: Qt Software Information (qt-info@nokia.com) ** -** This file is part of the $MODULE$ of the Qt Toolkit. +** This file is part of the QtCore of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL$ ** No Commercial Usage |