diff options
author | Timothy Pearson <[email protected]> | 2012-03-01 13:19:48 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-03-01 13:19:48 -0600 |
commit | aa85254cd16cb870b8d1649ef1dbad09bd8491e8 (patch) | |
tree | 850c18efae9bd6bc03f83c16fe4caf8670b67f43 /kmymoney2/views/kreportsview.cpp | |
parent | 4aafeadd9f7ae0e603589579d467588c7421a283 (diff) | |
download | kmymoney-aa85254cd16cb870b8d1649ef1dbad09bd8491e8.tar.gz kmymoney-aa85254cd16cb870b8d1649ef1dbad09bd8491e8.zip |
Rename additional global TQt functions
Diffstat (limited to 'kmymoney2/views/kreportsview.cpp')
-rwxr-xr-x | kmymoney2/views/kreportsview.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kmymoney2/views/kreportsview.cpp b/kmymoney2/views/kreportsview.cpp index 8b43f5f..8046efa 100755 --- a/kmymoney2/views/kreportsview.cpp +++ b/kmymoney2/views/kreportsview.cpp @@ -551,10 +551,10 @@ void KReportsView::slotOpenURL(const KURL &url, const KParts::URLArgs& /* args * else if ( command == "delete" ) slotDelete(); else - qDebug("Unknown command '%s' in KReportsView::slotOpenURL()", static_cast<const char*>(command)); + tqDebug("Unknown command '%s' in KReportsView::slotOpenURL()", static_cast<const char*>(command)); } else { - qDebug("Unknown view '%s' in KReportsView::slotOpenURL()", view.latin1()); + tqDebug("Unknown view '%s' in KReportsView::slotOpenURL()", view.latin1()); } } @@ -673,7 +673,7 @@ void KReportsView::slotDuplicate(void) new KReportListItem( m_reportListView, dupe ); addReportTab(dupe); } catch(MyMoneyException* e) { - qDebug("Cannot add report"); + tqDebug("Cannot add report"); delete e; } } |