summaryrefslogtreecommitdiffstats
path: root/tests/barstest/chart.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/barstest/chart.h')
-rw-r--r--tests/barstest/chart.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/barstest/chart.h b/tests/barstest/chart.h
index b1460606..8ae4f4af 100644
--- a/tests/barstest/chart.h
+++ b/tests/barstest/chart.h
@@ -102,7 +102,7 @@ public:
void setReflectivity(int value);
void toggleCustomItem();
-public slots:
+public Q_SLOTS:
void flipViews();
void setGradient();
void toggleMultiseriesScaling();
@@ -128,7 +128,7 @@ public slots:
void setFloorLevel(int value);
void setGraphMargin(int value);
-signals:
+Q_SIGNALS:
void shadowQualityChanged(int quality);
private: