~bzoltan/kubuntu-packaging/decouple_cmake_plugin

« back to all changes in this revision

Viewing changes to src/plugins/qt4projectmanager/applicationlauncher.h

  • 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:
34
34
#include <QStringList>
35
35
#include <QProcess>
36
36
 
37
 
namespace Qt4ProjectManager {
 
37
namespace QmakeProjectManager {
38
38
namespace Internal {
39
39
 
40
40
class ConsoleProcess;
80
80
};
81
81
 
82
82
} // namespace Internal
83
 
} // namespace Qt4ProjectManager
 
83
} // namespace QmakeProjectManager
84
84
 
85
85
#endif // APPLICATIONLAUNCHER_H