]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/filterbar/filterbar.h
Build with QT_NO_KEYWORDS
[dolphin.git] / src / filterbar / filterbar.h
index 74c8457fcff7a9aa279c5652a4284d03ada29b0b..d6ca402afd0b0acc1fa736c32b01887a45abd52d 100644 (file)
@@ -35,7 +35,7 @@ public:
      */
     void selectAll();
 
-public slots:
+public Q_SLOTS:
     /** Clears the input field. */
     void clear();
     /** Clears the input field if the "lock button" is disabled. */
@@ -43,7 +43,7 @@ public slots:
     /** The input field is cleared also if the "lock button" is released. */
     void slotToggleLockButton(bool checked);
 
-signals:
+Q_SIGNALS:
     /**
      * Signal that reports the name filter has been
      * changed to \a nameFilter.