diff options
author | Timothy Pearson <[email protected]> | 2012-03-01 13:29:58 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-03-01 13:29:58 -0600 |
commit | e8a1cdc01d38125bea12d5494db977ae6429919a (patch) | |
tree | a4e4d6accfecc7d295edc44e9ade6f4fca90fb37 /kioslave/smtp | |
parent | 32582677547665087f8ad4dae892dc579ec68cfc (diff) | |
download | tdebase-e8a1cdc01d38125bea12d5494db977ae6429919a.tar.gz tdebase-e8a1cdc01d38125bea12d5494db977ae6429919a.zip |
Rename additional global TQt functions
Diffstat (limited to 'kioslave/smtp')
-rw-r--r-- | kioslave/smtp/interactivesmtpserver.cc | 4 | ||||
-rw-r--r-- | kioslave/smtp/smtp.cc | 2 |
2 files changed, 3 insertions, 3 deletions
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(); |