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 --- tdeui/tests/kdialogbasetest.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tdeui/tests/kdialogbasetest.cpp') diff --git a/tdeui/tests/kdialogbasetest.cpp b/tdeui/tests/kdialogbasetest.cpp index 07e8a8ca9..c3653b59f 100644 --- a/tdeui/tests/kdialogbasetest.cpp +++ b/tdeui/tests/kdialogbasetest.cpp @@ -68,9 +68,9 @@ int main(int argc, char** argv) /* The dialog object is used just as any other TQDialog: */ if(dialog.exec()) { - qDebug("Accepted."); + tqDebug("Accepted."); } else { - qDebug("Rejected."); + tqDebug("Rejected."); } return 0; } -- cgit v1.2.1