aboutsummaryrefslogtreecommitdiffstats
path: root/HomeScreen/src/statusbarwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'HomeScreen/src/statusbarwidget.h')
-rw-r--r--HomeScreen/src/statusbarwidget.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/HomeScreen/src/statusbarwidget.h b/HomeScreen/src/statusbarwidget.h
index 29c236d..cac856d 100644
--- a/HomeScreen/src/statusbarwidget.h
+++ b/HomeScreen/src/statusbarwidget.h
@@ -18,7 +18,7 @@
#define STATUSBARWIDGET_H
#include <QWidget>
-#include "statusbar_adapter.h"
+#include "statusbar_adaptor.h"
namespace Ui {
class StatusBarWidget;
@@ -34,7 +34,7 @@ public:
public slots:
void updateColorScheme();
-// from statusbar_adapter.h
+// from statusbar_adaptor.h
public Q_SLOTS: // METHODS
QList<int> getAvailablePlaceholders();
QString getStatusIcon(int placeholderIndex);