summaryrefslogtreecommitdiffstats
path: root/tdeui/keditlistbox.h
diff options
context:
space:
mode:
authorMavridis Philippe <mavridisf@gmail.com>2021-11-04 12:26:35 +0200
committerTDE Gitea <gitea@mirror.git.trinitydesktop.org>2021-11-09 08:25:33 +0000
commit88413aaa75cee53adc0477ebdb39f55f867e2a77 (patch)
treea28e185e77edcc107030f9ddc2ef3b5108ab678a /tdeui/keditlistbox.h
parent81d495430ddcab805997c3945c195d2844bc1eaa (diff)
downloadtdelibs-88413aaa.tar.gz
tdelibs-88413aaa.zip
Added "renamed" signal to KEditListBox.
This does not break the existing API, it only adds one new signal. Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
Diffstat (limited to 'tdeui/keditlistbox.h')
-rw-r--r--tdeui/keditlistbox.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/tdeui/keditlistbox.h b/tdeui/keditlistbox.h
index 2bb8de6b8..4a00b0cb7 100644
--- a/tdeui/keditlistbox.h
+++ b/tdeui/keditlistbox.h
@@ -212,6 +212,12 @@ public:
*/
void removed( const TQString & text );
+ /**
+ * This signal is emitted when the user renames a list item.
+ * @since R14.1.0
+ */
+ void renamed( const TQString &from, const TQString &to );
+
protected slots:
//the names should be self-explaining
void moveItemUp();