]> sigrok.org Git - pulseview.git/blobdiff - pv/widgets/colourbutton.h
Don't use Qt-defined keywords, they can cause problems with other headers.
[pulseview.git] / pv / widgets / colourbutton.h
index 45a3ffffef0908655b5cd61c070a0a9f6e4b3e47..2e62e43c1a577f55ec422624765489bb37b62947 100644 (file)
@@ -49,12 +49,12 @@ public:
 private:
        void paintEvent(QPaintEvent *e);
 
-private slots:
+private Q_SLOTS:
        void on_clicked(bool);
 
        void on_selected(int row, int col);
 
-signals:
+Q_SIGNALS:
        void selected(const QColor &colour);
 
 private: