From 560378aaca1784ba19806a0414a32b20c744de39 Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 3 Jan 2011 04:12:51 +0000 Subject: Automated conversion for enhanced compatibility with TQt for Qt4 3.4.0 TP1 NOTE: This will not compile with Qt4 (yet), however it does compile with Qt3 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1211081 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- dcop/KDE-ICE/iceauth.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dcop/KDE-ICE/iceauth.c') diff --git a/dcop/KDE-ICE/iceauth.c b/dcop/KDE-ICE/iceauth.c index 72297ceb5..f8bb87785 100644 --- a/dcop/KDE-ICE/iceauth.c +++ b/dcop/KDE-ICE/iceauth.c @@ -135,7 +135,7 @@ char **errorStringRet; if (!data) { const char *tempstr = - "Could not find correct MIT-MAGIC-COOKIE-1 authentication"; + "Could not tqfind correct MIT-MAGIC-COOKIE-1 authentication"; *errorStringRet = (char *) malloc (strlen (tempstr) + 1); if (*errorStringRet) @@ -243,7 +243,7 @@ char **errorStringRet; /* * We should never get here because in the ConnectionReply * we should have passed all the valid methods. So we should - * always find a valid entry. + * always tqfind a valid entry. */ const char *tempstr = -- cgit v1.2.1