fakevim: mv handler.{cpp,h} fakevimhandler.{cpp,h}

This commit is contained in:
hjk
2009-01-09 16:54:06 +01:00
parent 33438d4403
commit 5f9669d8d2
5 changed files with 9 additions and 8 deletions

View File

@@ -33,7 +33,8 @@
#include "fakevimplugin.h"
#include "handler.h"
#include "fakevimconstants.h"
#include "fakevimhandler.h"
#include <coreplugin/actionmanager/actionmanagerinterface.h>
#include <coreplugin/coreconstants.h>
@@ -181,7 +182,7 @@ void FakeVimPlugin::showExtraInformation(const QString &text)
QMessageBox::information(0, tr("FakeVim Information"), text);
}
void FakeVimPlugin::initializeConfiguaration(QHash<QString, QString> *config)
void FakeVimPlugin::initializeConfiguration(QHash<QString, QString> *config)
{
qDebug() << "INIT CONFIG";
//set shiftwidth=4