diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-18 13:26:52 -0600 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-06-04 04:35:52 +0200 |
commit | 065740ce504254d6d4e5251face9401712ad4fb9 (patch) | |
tree | 25a755c9965309d8a34a63bf3e1a8934635ecfc1 /ktouch | |
parent | c795cf96f34f01bdb01158fa4c04d64f6ee40c38 (diff) | |
download | tdeedu-065740ce504254d6d4e5251face9401712ad4fb9.tar.gz tdeedu-065740ce504254d6d4e5251face9401712ad4fb9.zip |
Fix FTBFS
(cherry picked from commit 6d932d40aa22bdf60f00ada0f16a1a21b9b4c1f6)
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> |