From 1dd83e5f38d1c16d3e6da18d0caca0ee093ab58f Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 18 Dec 2011 18:35:10 -0600 Subject: Rename old tq methods that no longer need a unique name --- poxml/xml2pot.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'poxml/xml2pot.cpp') diff --git a/poxml/xml2pot.cpp b/poxml/xml2pot.cpp index 658e557b..345a53e6 100644 --- a/poxml/xml2pot.cpp +++ b/poxml/xml2pot.cpp @@ -33,7 +33,7 @@ int main( int argc, char **argv ) } } - const TQDateTime now = TQDateTime::tqcurrentDateTime( Qt::UTC ); + const TQDateTime now = TQDateTime::currentDateTime( Qt::UTC ); cout << "# SOME DESCRIPTIVE TITLE.\n"; cout << "# FIRST AUTHOR , YEAR.\n"; -- cgit v1.2.1