summaryrefslogtreecommitdiffstats
path: root/lib/kotext/KoTextBookmark.h
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-08-25 11:21:54 +0900
committerMichele Calgaro <[email protected]>2023-08-25 11:21:54 +0900
commite0df02598b8e19d8b6ddf07fdbca661489ab2e99 (patch)
treec71373a4969af9527789666f0ff31d24ff175671 /lib/kotext/KoTextBookmark.h
parenta7ea84c97639f635d798348432f355e3ac496a1d (diff)
downloadkoffice-e0df02598b8e19d8b6ddf07fdbca661489ab2e99.tar.gz
koffice-e0df02598b8e19d8b6ddf07fdbca661489ab2e99.zip
Drop USE_TQT4 code
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'lib/kotext/KoTextBookmark.h')
-rw-r--r--lib/kotext/KoTextBookmark.h2
1 files changed, 1 insertions, 1 deletions
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 );