]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/views/tooltips/tooltipmanager.h
Build with QT_NO_KEYWORDS
[dolphin.git] / src / views / tooltips / tooltipmanager.h
index 6dfc750a9d3f489c0dea9b75e45e93f7608ca0ff..3688e815caa64a69fff976d7dbc2afbc50a9f1f7 100644 (file)
@@ -50,14 +50,14 @@ public:
      */
     void hideToolTip(const HideBehavior behavior = HideBehavior::Later);
 
-signals:
+Q_SIGNALS:
     /**
      * Is emitted when the user clicks a tag or a link
      * in the metadata widget.
      */
     void urlActivated(const QUrl& url);
 
-private slots:
+private Q_SLOTS:
     void startContentRetrieval();
     void setPreviewPix(const KFileItem& item, const QPixmap& pix);
     void previewFailed();