diff options
Diffstat (limited to 'ktouch')
-rw-r--r-- | ktouch/src/ktouch.kcfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ktouch/src/ktouch.kcfg b/ktouch/src/ktouch.kcfg index bf465639..829bf6fb 100644 --- a/ktouch/src/ktouch.kcfg +++ b/ktouch/src/ktouch.kcfg @@ -65,7 +65,7 @@ </entry> <entry type="Font" name="Font" > <label >The font for the student and teacher lines</label> - <default code="true">QFont("Monospace")</default> + <default code="true">TQFont("Monospace")</default> </entry> <entry type="Path" name="CurrentLectureFile" > <label >The currently loaded lecture file</label> |