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
+7 -7
View File
@@ -1,9 +1,9 @@
#include "widgets/mainwindow.h"
#include "colorscheme.h"
#include "settingsmanager.h"
#include "widgets/chatwidget.h"
#include "widgets/notebook.h"
#include "widgets/settingsdialog.h"
#include "widgets/mainwindow.hpp"
#include "colorscheme.hpp"
#include "settingsmanager.hpp"
#include "widgets/chatwidget.hpp"
#include "widgets/notebook.hpp"
#include "widgets/settingsdialog.hpp"
#include <QDebug>
#include <QPalette>
@@ -12,7 +12,7 @@
#include <boost/foreach.hpp>
#ifdef USEWINSDK
#include "Windows.h"
#include "Windows.hpp"
#endif
namespace chatterino {