Renamed cpptools.cpp to cpptoolsplugin.cpp

To match the class name, CppToolsPlugin.
This commit is contained in:
Thorbjørn Lindeijer
2008-12-12 14:39:51 +01:00
parent 5dcd396254
commit 5c5167717f
3 changed files with 3 additions and 3 deletions

View File

@@ -21,11 +21,11 @@ SOURCES += cppquickopenfilter.cpp \
cppfunctionsfilter.cpp
# Input
SOURCES += cpptools.cpp \
SOURCES += cpptoolsplugin.cpp \
cppmodelmanager.cpp \
cppcodecompletion.cpp \
cpphoverhandler.cpp
HEADERS += cpptools.h \
HEADERS += cpptoolsplugin.h \
cppmodelmanager.h \
cppcodecompletion.h \
cpphoverhandler.h \