Get rid of renameTableForm dialog

Delete the renameTableForm class and dialog. They are basically useless
as their functionality can (and has been) easily be integrated into the
editTableForm.
This commit is contained in:
Martin Kleusberg
2012-12-31 15:58:57 +01:00
parent bab3683e18
commit 8c322b2dd1
4 changed files with 1 additions and 188 deletions

View File

@@ -26,7 +26,6 @@ HEADERS += \
exporttablecsvform.h \
findform.h \
importcsvform.h \
renametableform.h \
preferencesform.h \
mainwindow.h \
createtabledialog.h \
@@ -50,7 +49,6 @@ SOURCES += \
exporttablecsvform.cpp \
findform.cpp \
importcsvform.cpp \
renametableform.cpp \
preferencesform.cpp \
mainwindow.cpp \
createtabledialog.cpp \