┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphintabbar.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dolphintabbar.h')
-rw-r--r--src/dolphintabbar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphintabbar.h b/src/dolphintabbar.h
index f176fb6d2..1210b974e 100644
--- a/src/dolphintabbar.h
+++ b/src/dolphintabbar.h
@@ -21,7 +21,7 @@ Q_SIGNALS:
void tabDragMoveEvent(int index, QDragMoveEvent *event);
void tabDropEvent(int index, QDropEvent *event);
void tabDetachRequested(int index);
- void tabRenamed(int index, const QString &name);
+ void tabRenamed(int index, const QString &label);
protected:
void dragEnterEvent(QDragEnterEvent *event) override;