diff --git a/src/view/PreferencesPanel.h b/src/view/PreferencesPanel.h index e7632bc..8910edd 100644 --- a/src/view/PreferencesPanel.h +++ b/src/view/PreferencesPanel.h @@ -35,7 +35,7 @@ #include #include "PasswordDialog.h" #include "SupportedLanguages.h" -#include "wxGridCellStarEditor.h" +#include "grid/wxGridCellStarEditor.h" class PreferencesPanel: public KissPanel { diff --git a/src/view/wxGridCellStarEditor.cpp b/src/view/grid/wxGridCellStarEditor.cpp similarity index 100% rename from src/view/wxGridCellStarEditor.cpp rename to src/view/grid/wxGridCellStarEditor.cpp diff --git a/src/view/wxGridCellStarEditor.h b/src/view/grid/wxGridCellStarEditor.h similarity index 100% rename from src/view/wxGridCellStarEditor.h rename to src/view/grid/wxGridCellStarEditor.h