]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/kitemviews/private/kitemlistroleeditor.h
Build with QT_NO_KEYWORDS
[dolphin.git] / src / kitemviews / private / kitemlistroleeditor.h
index a636806241a9f157c7f0119a5c7f1bbe57cd45bf..070cf5ce95062026417f9b0e9f35cf7246310943 100644 (file)
@@ -33,7 +33,7 @@ public:
 
     bool eventFilter(QObject* watched, QEvent* event) override;
 
-signals:
+Q_SIGNALS:
     void roleEditingFinished(const QByteArray& role, const QVariant& value);
     void roleEditingCanceled(const QByteArray& role, const QVariant& value);
 
@@ -41,7 +41,7 @@ protected:
     bool event(QEvent* event) override;
     void keyPressEvent(QKeyEvent* event) override;
 
-private slots:
+private Q_SLOTS:
     /**
      * Increases the size of the editor in case if there is not
      * enough room for the text.