rename header files from *.h to *.hpp

This commit is contained in:
Rasmus Karlsson
2017-06-11 09:31:45 +02:00
parent 961f22819e
commit 1c6ff37e76
104 changed files with 327 additions and 326 deletions
+3 -3
View File
@@ -1,8 +1,8 @@
#define LOOKUP_COLOR_COUNT 360
#include "colorscheme.h"
#include "settingsmanager.h"
#include "windowmanager.h"
#include "colorscheme.hpp"
#include "settingsmanager.hpp"
#include "windowmanager.hpp"
#include <QColor>