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 129517b30..006e35cdf 100644 --- a/knotes/knoteslegacy.cpp +++ b/knotes/knoteslegacy.cpp @@ -156,7 +156,7 @@ bool KNotesLegacy::convertKNotes1Config( Journal *journal, TQDir& noteDir, config.readConfig(); config.setVersion( KNOTES_VERSION ); - // get the tqgeometry + // get the geometry config.setWidth( props[3].toUInt() ); config.setHeight( props[4].toUInt() ); |