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/interactivesmtpserver.cc | |
parent | 32582677547665087f8ad4dae892dc579ec68cfc (diff) | |
download | tdebase-e8a1cdc01d38125bea12d5494db977ae6429919a.tar.gz tdebase-e8a1cdc01d38125bea12d5494db977ae6429919a.zip |
Rename additional global TQt functions
Diffstat (limited to 'kioslave/smtp/interactivesmtpserver.cc')
-rw-r--r-- | kioslave/smtp/interactivesmtpserver.cc | 4 |
1 files changed, 2 insertions, 2 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(); }; |