aboutsummaryrefslogtreecommitdiffstats
path: root/HomeScreen/src/popupwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'HomeScreen/src/popupwidget.h')
-rw-r--r--HomeScreen/src/popupwidget.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/HomeScreen/src/popupwidget.h b/HomeScreen/src/popupwidget.h
index eaf41de..97db3ba 100644
--- a/HomeScreen/src/popupwidget.h
+++ b/HomeScreen/src/popupwidget.h
@@ -19,7 +19,7 @@
#include <QWidget>
#include <include/popup.hpp>
-#include "popup_adapter.h"
+#include "popup_adaptor.h"
namespace Ui {
class PopupWidget;
@@ -35,7 +35,7 @@ public:
public slots:
void updateColorScheme();
- // from popup_adapter.h
+ // from popup_adaptor.h
public Q_SLOTS: // METHODS
void showPopup(int /*type*/, const QString &text);
void showPopupComboBox(const QString &text, const QStringList &choices);