From e0df02598b8e19d8b6ddf07fdbca661489ab2e99 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 25 Aug 2023 11:21:54 +0900 Subject: Drop USE_TQT4 code Signed-off-by: Michele Calgaro --- lib/kotext/KoTextBookmark.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/kotext/KoTextBookmark.h') diff --git a/lib/kotext/KoTextBookmark.h b/lib/kotext/KoTextBookmark.h index eff1a353..10cfde27 100644 --- a/lib/kotext/KoTextBookmark.h +++ b/lib/kotext/KoTextBookmark.h @@ -33,7 +33,7 @@ class KoTextDocument; */ class KOTEXT_EXPORT KoTextBookmark { public: - KoTextBookmark( const TQString& name = TQString() /*for TQValueList; remove default value when going TQt4*/ ); + KoTextBookmark( const TQString& name = TQString() ); KoTextBookmark( const TQString& name, KoTextParag* startParag, KoTextParag* endParag, int start, int end ); -- cgit v1.2.1