X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=staging%2FHomeScreen.git;a=blobdiff_plain;f=HomeScreen%2Fsrc%2Fpopupwidget.h;h=97db3baaaab82ca1acb1301774e699845df0c408;hp=eaf41de0eab66f887fdff8d810dcaa7edd40e177;hb=ffad9fd5bed339b7ae3bd8086f1c90ce1b6dc69b;hpb=d726a91974d959a5765ab7d3b3c939132febd2e5 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 #include -#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);