Changed include folder name
authorMateusz Półrola <mateusz.polrola@comarch.pl>
Fri, 3 Sep 2010 06:23:17 +0000 (08:23 +0200)
committerMateusz Półrola <mateusz.polrola@comarch.pl>
Fri, 3 Sep 2010 06:23:17 +0000 (08:23 +0200)
commita652432c9298ae52737ee993dc6bd9f07eb7c995
tree4efce8f89137846d4909f66b9532f62875974e72
parentb47137f59c806cec502ec9d44089152ca234c03a
Changed include folder name
53 files changed:
mdictionary.pro
src/common/AccentsNormalizer.h [deleted file]
src/common/CommonDictInterface.h [deleted file]
src/common/DictDialog.h [deleted file]
src/common/GUIInterface.h [deleted file]
src/common/History.h [deleted file]
src/common/Notify.h [deleted file]
src/common/settings.h [deleted file]
src/common/translation.h [deleted file]
src/include/AccentsNormalizer.h [new file with mode: 0644]
src/include/CommonDictInterface.h [new file with mode: 0644]
src/include/DictDialog.h [new file with mode: 0644]
src/include/GUIInterface.h [new file with mode: 0644]
src/include/History.h [new file with mode: 0644]
src/include/Notify.h [new file with mode: 0644]
src/include/settings.h [new file with mode: 0644]
src/include/translation.h [new file with mode: 0644]
src/mdictionary/backbone/BookmarkTranslations.h
src/mdictionary/backbone/Bookmarks.h
src/mdictionary/backbone/History.cpp
src/mdictionary/backbone/backbone.h
src/mdictionary/gui/AboutWidget.h
src/mdictionary/gui/BookmarksWidget.h
src/mdictionary/gui/DictManagerWidget.cpp
src/mdictionary/gui/DictManagerWidget.h
src/mdictionary/gui/DictTypeSelectDialog.h
src/mdictionary/gui/HistoryListDialog.h
src/mdictionary/gui/MainWindow.h
src/mdictionary/gui/NotifyManager.h
src/mdictionary/gui/SearchBarWidget.cpp
src/mdictionary/gui/SearchBarWidget.h
src/mdictionary/gui/SettingsWidget.h
src/mdictionary/gui/TranslationWidget.h
src/mdictionary/gui/WordListWidget.cpp
src/mdictionary/gui/main.cpp
src/mdictionary/mdictionary.pro
src/plugins/google/GoogleDictDialog.h
src/plugins/google/GooglePlugin.h
src/plugins/google/GoogleSettingsDialog.h
src/plugins/google/TranslationGoogle.h
src/plugins/google/google.pro
src/plugins/xdxf/TranslationXdxf.h
src/plugins/xdxf/XdxfDictDialog.h
src/plugins/xdxf/XdxfLoadDialog.h
src/plugins/xdxf/XdxfSettingsDialog.h
src/plugins/xdxf/xdxf.pro
src/plugins/xdxf/xdxfplugin.cpp
src/plugins/xdxf/xdxfplugin.h
src/src.pro
tests/mDictionaryTests/CommonDictInterfaceMock.h
tests/mDictionaryTests/TranslationMock.h
tests/mDictionaryTests/mDictionaryTests.pro
tests/tests.pro