From 704123e8152edcd80447659317f1c8b31a1576e6 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 9 Jul 2011 02:23:29 +0000 Subject: Remove the tq in front of these incorrectly TQt4-converted methods/data members: tqrepaint[...] tqinvalidate[...] tqparent[...] tqmask[...] tqlayout[...] tqalignment[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/piklab@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/common/global/purl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/global/purl.cpp') diff --git a/src/common/global/purl.cpp b/src/common/global/purl.cpp index aeae543..265d5a7 100644 --- a/src/common/global/purl.cpp +++ b/src/common/global/purl.cpp @@ -137,7 +137,7 @@ TQString PURL::Private::findName(const TQString &filepath) TQString PURL::Private::convertWindowsShortFilepath(const TQString &filepath) { - // aptqparently "winepath" cannot do that for us and it is a real pain too... + // apparently "winepath" cannot do that for us and it is a real pain too... // we assume filepath is an absolute unix path // first see if we know the dirpath TQFileInfo finfo(filepath); -- cgit v1.2.1