┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/kitemviews/private/kitemlistroleeditor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kitemviews/private/kitemlistroleeditor.h')
-rw-r--r--src/kitemviews/private/kitemlistroleeditor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kitemviews/private/kitemlistroleeditor.h b/src/kitemviews/private/kitemlistroleeditor.h
index a63680624..070cf5ce9 100644
--- a/src/kitemviews/private/kitemlistroleeditor.h
+++ b/src/kitemviews/private/kitemlistroleeditor.h
@@ -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.