renamed classes AppearancePage and BahaviourPage

This commit is contained in:
fourtf
2018-07-03 17:40:15 +02:00
parent cd57b2b518
commit 3a9de8cb86
5 changed files with 18 additions and 18 deletions
+3 -3
View File
@@ -21,11 +21,11 @@
namespace chatterino {
BehaviourPage::BehaviourPage()
FeelPage::FeelPage()
: SettingsPage("Feel", ":/images/behave.svg")
{
auto app = getApp();
LayoutCreator<BehaviourPage> layoutCreator(this);
LayoutCreator<FeelPage> layoutCreator(this);
auto layout = layoutCreator.setLayoutType<QVBoxLayout>();
@@ -113,7 +113,7 @@ BehaviourPage::BehaviourPage()
layout->addStretch(1);
}
QSlider *BehaviourPage::createMouseScrollSlider()
QSlider *FeelPage::createMouseScrollSlider()
{
auto app = getApp();
auto slider = new QSlider(Qt::Horizontal);