aboutsummaryrefslogtreecommitdiffstats
path: root/examples/ivivehiclefunctions/climate_widget/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/ivivehiclefunctions/climate_widget/mainwindow.h')
-rw-r--r--examples/ivivehiclefunctions/climate_widget/mainwindow.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/ivivehiclefunctions/climate_widget/mainwindow.h b/examples/ivivehiclefunctions/climate_widget/mainwindow.h
index 663b8be..635a653 100644
--- a/examples/ivivehiclefunctions/climate_widget/mainwindow.h
+++ b/examples/ivivehiclefunctions/climate_widget/mainwindow.h
@@ -76,8 +76,8 @@ public:
private slots:
void setAirRecirculationEnabled(bool enabled);
- void onAirRecirculationModeChanged(QtIviVehicleFunctionsModule::RecirculationMode mode);
- void setupFlowDirectionRadioButtons(QtIviVehicleFunctionsModule::AirflowDirections direction);
+ void onAirRecirculationModeChanged(QtIviVehicleFunctions::RecirculationMode mode);
+ void setupFlowDirectionRadioButtons(QtIviVehicleFunctions::AirflowDirections direction);
void onFlowDirectionButtonToggled(QAbstractButton *button, bool checked);
private: