diff options
Diffstat (limited to 'knotes/knoteslegacy.cpp')
-rw-r--r-- | knotes/knoteslegacy.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/knotes/knoteslegacy.cpp b/knotes/knoteslegacy.cpp index c51330faa..129517b30 100644 --- a/knotes/knoteslegacy.cpp +++ b/knotes/knoteslegacy.cpp @@ -177,7 +177,7 @@ bool KNotesLegacy::convertKNotes1Config( Journal *journal, TQDir& noteDir, if ( fontfamily.isEmpty() ) fontfamily = TQString( "Sans Serif" ); uint size = input.readLine().toUInt(); - size = QMAX( size, 4 ); + size = TQMAX( size, 4 ); uint weight = input.readLine().toUInt(); bool italic = ( input.readLine().toUInt() == 1 ); TQFont font( fontfamily, size, weight, italic ); |