diff options
author | Timothy Pearson <[email protected]> | 2012-03-01 13:36:05 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-03-01 13:36:05 -0600 |
commit | dd844d7919e7f0f95c010378e7af1434ea904fff (patch) | |
tree | 50727ca63550e4397ff76e4d039c162e225d59fc /cervisia/updateview_items.cpp | |
parent | 7df4eaa9f8fa84d2b859cc59d21134cc2334651c (diff) | |
download | tdesdk-dd844d7919e7f0f95c010378e7af1434ea904fff.tar.gz tdesdk-dd844d7919e7f0f95c010378e7af1434ea904fff.zip |
Rename additional global TQt functions
Diffstat (limited to 'cervisia/updateview_items.cpp')
-rw-r--r-- | cervisia/updateview_items.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cervisia/updateview_items.cpp b/cervisia/updateview_items.cpp index 9e0abc22..360e137c 100644 --- a/cervisia/updateview_items.cpp +++ b/cervisia/updateview_items.cpp @@ -279,7 +279,7 @@ TQDateTime parseDateTime(const TQString &s) } } if ( month < 1 || month > 12 ) { - qWarning( "TQDateTime::fromString: Parameter out of range" ); + tqWarning( "TQDateTime::fromString: Parameter out of range" ); TQDateTime dt; return dt; } |