~ubuntu-branches/ubuntu/utopic/kde-dev-scripts/utopic

« back to all changes in this revision

Viewing changes to qt4/remove-qt3-support.pl

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2014-03-19 10:45:15 UTC
  • mfrom: (1.1.14)
  • Revision ID: package-import@ubuntu.com-20140319104515-75n0207ks0jijwtq
Tags: 4:4.12.90-0ubuntu1
New upstream beta release

Show diffs side-by-side

added added

removed removed

Lines of Context:
103
103
        s!rootDirPath!rootPath!;
104
104
        s!cleanDirPath!cleanPath!;
105
105
        s!absFilePath!absoluteFilePath!;
106
 
        s!QDir::All!QDir::TypeMask!;
 
106
        s!\bQDir::All\b!QDir::TypeMask!;
107
107
        s!QDir::DefaultFilter!QDir::NoFilter!;
108
108
        s!QDir::DefaultSort!QDir::NoSort!;
109
109
        s!simplifyWhiteSpace!simplified!g;
126
126
        s!Q_UINT64!quint64!g;
127
127
                s!Q_LLONG!qint64!g;
128
128
                s!Q_ULLONG!quint64!g;
129
 
                s!QMAX!qMax!g;
130
 
                s!QMIN!qMin!g;
 
129
                s!\bQMAX\b!qMax!g;
 
130
                s!\bQMIN\b!qMin!g;
131
131
                s!Qt::ScaleMin!Qt::KeepAspectRatio!g;
132
132
                s!Qt::ScaleMax!Qt::KeepAspectRatioByExpanding!g;
133
133
                s!Qt::ScaleFree!Qt::IgnoreAspectRatio!g;