Maemo: Rename some classes.

All our classes should have the Maemo prefix because we don't have
a namespace of our own.
This commit is contained in:
ck
2010-07-28 09:36:30 +02:00
parent 8abed8a0ee
commit 5ff0d9b72f
16 changed files with 112 additions and 111 deletions

View File

@@ -42,12 +42,12 @@
#include "maemopackagecreationstep.h"
#include "maemoconstants.h"
#include "maemoglobal.h"
#include "maemopackagecreationwidget.h"
#include "maemodeployables.h"
#include "maemodeploystep.h"
#include "maemoglobal.h"
#include "maemopackagecreationwidget.h"
#include "maemoprofilewrapper.h"
#include "maemotoolchain.h"
#include "profilewrapper.h"
#include <projectexplorer/projectexplorerconstants.h>
#include <qt4buildconfiguration.h>