Renaming...

This commit is contained in:
Leandro Melo
2010-04-27 17:26:32 +02:00
parent f6cc172d06
commit c8441462c9
35 changed files with 206 additions and 208 deletions

View File

@@ -30,7 +30,7 @@
#include "dynamicrule.h"
#include "reuse.h"
using namespace Highlight;
using namespace GenericEditor;
using namespace Internal;
DynamicRule::DynamicRule() : m_active(false)
@@ -51,7 +51,7 @@ void DynamicRule::replaceExpressions(const QStringList &captures)
updateDynamicRules(childs(), captures);
}
namespace Highlight {
namespace GenericEditor {
namespace Internal {
void updateDynamicRules(const QList<QSharedPointer<Rule> > &rules, const QStringList &captures)
@@ -64,4 +64,4 @@ void updateDynamicRules(const QList<QSharedPointer<Rule> > &rules, const QString
}
} // namespace Internal
} // namespace Highlight
} // namespace GenericEditor