aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/fakevim/fakevim.pro
diff options
context:
space:
mode:
authorhjk <qtc-committer@nokia.com>2009-03-30 14:46:33 +0200
committerhjk <qtc-committer@nokia.com>2009-03-30 15:39:13 +0200
commite346c0d72574db9dc881a4ab658d77936e8108a9 (patch)
treec131b975de3d00fc5cec92f2c9b7afb043974a6d /src/plugins/fakevim/fakevim.pro
parent9963552876577bb057bd0789ccbcc10b09cb25eb (diff)
fakevim: move settings/action related code to files of their own
Diffstat (limited to 'src/plugins/fakevim/fakevim.pro')
-rw-r--r--src/plugins/fakevim/fakevim.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/fakevim/fakevim.pro b/src/plugins/fakevim/fakevim.pro
index 1f7693b7e0..10a89dfeae 100644
--- a/src/plugins/fakevim/fakevim.pro
+++ b/src/plugins/fakevim/fakevim.pro
@@ -14,10 +14,12 @@ include(../../shared/indenter/indenter.pri)
QT += gui
SOURCES += \
+ fakevimactions.cpp \
fakevimhandler.cpp \
fakevimplugin.cpp
HEADERS += \
+ fakevimactions.h \
fakevimhandler.h \
fakevimplugin.h