From 6ade7e598a18691f3f92471c4441d856b3ac54dc Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 16 Dec 2011 09:58:00 -0600 Subject: Revert "Rename a number of old tq methods that are no longer tq specific" This reverts commit 5e3fc3a36b58c4e1cb48e31a350f76b7a81b3170. --- qt/qextscintillalexer.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'qt/qextscintillalexer.cpp') diff --git a/qt/qextscintillalexer.cpp b/qt/qextscintillalexer.cpp index 20a1c22..327206f 100644 --- a/qt/qextscintillalexer.cpp +++ b/qt/qextscintillalexer.cpp @@ -339,12 +339,12 @@ bool QextScintillaLexer::writeSettings(TQSettings &qs,const char *prefix) const f = font(i); fdesc += f.family(); - fdesc += fmt.arg(f.pointSize()); + fdesc += fmt.tqarg(f.pointSize()); // The casts are for Borland. - fdesc += fmt.arg((int)f.bold()); - fdesc += fmt.arg((int)f.italic()); - fdesc += fmt.arg((int)f.underline()); + fdesc += fmt.tqarg((int)f.bold()); + fdesc += fmt.tqarg((int)f.italic()); + fdesc += fmt.tqarg((int)f.underline()); if (!qs.writeEntry(key + "font",fdesc,',')) rc = FALSE; -- cgit v1.2.3