From b6edfe41c9395f2e20784cbf0e630af6426950a3 Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 10 Aug 2011 06:08:18 +0000 Subject: rename the following methods: tqfind find tqreplace replace tqcontains contains git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- lib/kross/python/scripts/gui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/kross/python/scripts/gui.py') diff --git a/lib/kross/python/scripts/gui.py b/lib/kross/python/scripts/gui.py index 89a07066c..997e98499 100755 --- a/lib/kross/python/scripts/gui.py +++ b/lib/kross/python/scripts/gui.py @@ -197,7 +197,7 @@ class QtDialog: class Label(qt.QLabel): def __init__(self, dialog, tqparent, caption): qt.QLabel.__init__(self, tqparent) - self.setText("%s" % caption.tqreplace("\n","
")) + self.setText("%s" % caption.replace("\n","
")) class Frame(qt.QHBox): def __init__(self, dialog, tqparent): -- cgit v1.2.3