From e8a1cdc01d38125bea12d5494db977ae6429919a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 1 Mar 2012 13:29:58 -0600 Subject: Rename additional global TQt functions --- kioslave/smtp/interactivesmtpserver.cc | 4 ++-- kioslave/smtp/smtp.cc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'kioslave/smtp') diff --git a/kioslave/smtp/interactivesmtpserver.cc b/kioslave/smtp/interactivesmtpserver.cc index 50cd6f036..54c0b58be 100644 --- a/kioslave/smtp/interactivesmtpserver.cc +++ b/kioslave/smtp/interactivesmtpserver.cc @@ -82,8 +82,8 @@ int main( int argc, char * argv[] ) { InteractiveSMTPServer server; - qDebug( "Server should now listen on localhost:2525" ); - qDebug( "Hit CTRL-C to quit." ); + tqDebug( "Server should now listen on localhost:2525" ); + tqDebug( "Hit CTRL-C to quit." ); return app.exec(); }; diff --git a/kioslave/smtp/smtp.cc b/kioslave/smtp/smtp.cc index e493f5132..b9eb94d62 100644 --- a/kioslave/smtp/smtp.cc +++ b/kioslave/smtp/smtp.cc @@ -109,7 +109,7 @@ int kdemain(int argc, char **argv) exit(-1); } #endif - SMTPProtocol slave( argv[2], argv[3], qstricmp( argv[1], "smtps" ) == 0 ); + SMTPProtocol slave( argv[2], argv[3], tqstricmp( argv[1], "smtps" ) == 0 ); slave.dispatchLoop(); #ifdef HAVE_LIBSASL2 sasl_done(); -- cgit v1.2.1