Renamed TextWriter to ChangeSet

This commit is contained in:
Roberto Raggi
2009-11-24 11:29:43 +01:00
parent 735f307c85
commit e43bd82afb
4 changed files with 26 additions and 26 deletions

View File

@@ -37,7 +37,7 @@ SOURCES += reloadpromptutils.cpp \
fancymainwindow.cpp \
detailsbutton.cpp \
detailswidget.cpp \
textwriter.cpp
changeset.cpp
win32 {
SOURCES += abstractprocess_win.cpp \
consoleprocess_win.cpp \
@@ -82,7 +82,7 @@ HEADERS += utils_global.h \
fancymainwindow.h \
detailsbutton.h \
detailswidget.h \
textwriter.h
changeset.h
FORMS += filewizardpage.ui \
projectintropage.ui \
newclasswidget.ui \