[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/trinity/kdenetwork/kopete/protocols/yahoo/libkyahoo
From:       Timothy Pearson <kb9vqf () pearsoncomputing ! net>
Date:       2011-06-22 21:43:14
Message-ID: 20110622214314.2EEA2AC782 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1238106 by tpearson:

Fix kdenetwork FTBFS on Qt4


 M  +1 -1      sendfiletask.cpp  
 M  +1 -1      sendpicturetask.cpp  


--- branches/trinity/kdenetwork/kopete/protocols/yahoo/libkyahoo/sendfiletask.cpp \
#1238105:1238106 @@ -205,7 +205,7 @@
 	}
 	else
 	{
-		kdDebug(YAHOO_RAW_DEBUG) << k_funcinfo << "Error opening file: " << \
m_file.errorString().ascii() << endl; +		kdDebug(YAHOO_RAW_DEBUG) << k_funcinfo << \
"Error opening file: " << TQString(m_file.errorString()).ascii() << endl;  \
client()->notifyError( i18n( "An error occurred while sending the file." ), \
m_file.errorString(), Client::Error );  setError();
 		return;
--- branches/trinity/kdenetwork/kopete/protocols/yahoo/libkyahoo/sendpicturetask.cpp \
#1238105:1238106 @@ -104,7 +104,7 @@
 	}
 	else
 	{
-		kdDebug(YAHOO_RAW_DEBUG) << "Error opening file: " << file.errorString().ascii() \
<< endl; +		kdDebug(YAHOO_RAW_DEBUG) << "Error opening file: " << \
TQString(file.errorString()).ascii() << endl;  client()->notifyError(i18n("Error \
opening file: %1").tqarg(m_path), file.errorString(), Client::Error );  return;
 	}


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic