From 4fb897b216c41c13f128c71bcc66f60e2dc601c4 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 1 Mar 2012 13:33:40 -0600 Subject: Rename additional global TQt functions --- kio/kfile/tests/kurlrequestertest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kio/kfile/tests/kurlrequestertest.cpp') diff --git a/kio/kfile/tests/kurlrequestertest.cpp b/kio/kfile/tests/kurlrequestertest.cpp index 9248eec5d..99af39814 100644 --- a/kio/kfile/tests/kurlrequestertest.cpp +++ b/kio/kfile/tests/kurlrequestertest.cpp @@ -7,7 +7,7 @@ int main( int argc, char **argv ) { KApplication app( argc, argv, "kurlrequestertest" ); KURL url = KURLRequesterDlg::getURL( "ftp://ftp.kde.org" ); - qDebug( "Selected url: %s", url.url().latin1()); + tqDebug( "Selected url: %s", url.url().latin1()); KURLRequester *req = new KURLRequester(); KEditListBox *el = new KEditListBox( TQString::fromLatin1("Test"), req->customEditor() ); -- cgit v1.2.3