From a374efce3a207b39514be3c52264091400ce297e Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 11 Jun 2011 04:44:41 +0000 Subject: TQt4 port kdeedu This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeedu@1236073 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- ktouch/extras/training-gen/python/ktouchgen.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ktouch/extras/training-gen/python') diff --git a/ktouch/extras/training-gen/python/ktouchgen.py b/ktouch/extras/training-gen/python/ktouchgen.py index 97083c01..47cd54d5 100644 --- a/ktouch/extras/training-gen/python/ktouchgen.py +++ b/ktouch/extras/training-gen/python/ktouchgen.py @@ -35,7 +35,7 @@ from whrandom import randint, random import string -from string import join, maketrans, translate, count, strip, lower, find, upper +from string import join, maketrans, translate, count, strip, lower, tqfind, upper import time import sys import ConfigParser @@ -173,7 +173,7 @@ def main(argv): # Parse the configfile # Creates a List Levelops with [(Options), ] - # Optiontuple contains (lchars, title, rows) + # Optiontuple tqcontains (lchars, title, rows) conf = ConfigParser.ConfigParser() try: file = open(argv[2],'r') -- cgit v1.2.1