From 7a7827396f90ad06945cd5a367f93d8ffd380e0f Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 9 Mar 2024 18:58:02 +0900 Subject: Replace Qt with TQt Signed-off-by: Michele Calgaro --- lib/koproperty/editor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/koproperty/editor.cpp') diff --git a/lib/koproperty/editor.cpp b/lib/koproperty/editor.cpp index 8c62f14b..295f24f8 100644 --- a/lib/koproperty/editor.cpp +++ b/lib/koproperty/editor.cpp @@ -243,7 +243,7 @@ Editor::fill() updateGroupLabelsPosition(); } setUpdatesEnabled(true); - // aaah, call this instead of update() as explained here http://lists.trolltech.com/qt-interest/2000-06/thread00337-0.html + // aaah, call this instead of update() triggerUpdate(); } -- cgit v1.2.1