Don't use Qt-defined keywords, they can cause problems with other headers.
[pulseview.git] / pv / widgets / colourpopup.h
index 4f5c52e3916ff7d4dbf48762ee84dc7bf120d0ba..4f2276285a8e9331ad25a532daf5ebacf9f07236 100644 (file)
@@ -38,10 +38,10 @@ public:
 
        QWellArray& well_array();
 
-signals:
+Q_SIGNALS:
        void selected(int row, int col);
 
-private slots:
+private Q_SLOTS:
        void colour_selected(int, int);
 
 private: