]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/panels/information/informationpanelcontent.h
Build with QT_NO_KEYWORDS
[dolphin.git] / src / panels / information / informationpanelcontent.h
index abdfdeb354453f0b213880ba119725b6f260869b..78fcf3cd08c6b2e83cc783ae2f196c98cfd4c713 100644 (file)
@@ -76,12 +76,12 @@ public:
      */
     void setPreviewAutoPlay(bool autoPlay);
 
-signals:
+Q_SIGNALS:
     void urlActivated( const QUrl& url );
     void configurationFinished();
     void contextMenuRequested(const QPoint& pos);
 
-public slots:
+public Q_SLOTS:
     /**
      * Is invoked after the file meta data configuration dialog has been
      * closed and refreshes the displayed meta data by the panel.
@@ -94,7 +94,7 @@ protected:
 
     bool event(QEvent * event) override;
 
-private slots:
+private Q_SLOTS:
     /**
      * Is invoked if no preview is available for the item. In this
      * case the icon will be shown.