~bzoltan/kubuntu-packaging/decouple_cmake_plugin

« back to all changes in this revision

Viewing changes to src/plugins/qt4projectmanager/customwidgetwizard/classlist.cpp

  • Committer: Timo Jyrinki
  • Date: 2013-11-15 12:25:23 UTC
  • mfrom: (1.1.28)
  • Revision ID: timo.jyrinki@canonical.com-20131115122523-i2kyamsu4gs2mu1m
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
#include <QDebug>
40
40
#include <QRegExp>
41
41
 
42
 
namespace Qt4ProjectManager {
 
42
namespace QmakeProjectManager {
43
43
namespace Internal {
44
44
 
45
45
// ClassModel: Validates the class name in setData() and
169
169
}
170
170
 
171
171
} // namespace Internal
172
 
} // namespace Qt4ProjectManager
 
172
} // namespace QmakeProjectManager