From aa85254cd16cb870b8d1649ef1dbad09bd8491e8 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 1 Mar 2012 13:19:48 -0600 Subject: Rename additional global TQt functions --- kmymoney2/mymoney/mymoneysubject.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kmymoney2/mymoney/mymoneysubject.cpp') diff --git a/kmymoney2/mymoney/mymoneysubject.cpp b/kmymoney2/mymoney/mymoneysubject.cpp index 37991d0..d7a4c40 100644 --- a/kmymoney2/mymoney/mymoneysubject.cpp +++ b/kmymoney2/mymoney/mymoneysubject.cpp @@ -50,7 +50,7 @@ void MyMoneySubject::notify(const TQString& id) for (i = ptrList.first(); i != 0; i = ptrList.next()) { // only call the observer if it did not detach in the meantime if(m_observers.findRef(i) != -1) { - // qDebug("call observer @ 0x%08lX with '%s'", (unsigned long)i, id.data()); + // tqDebug("call observer @ 0x%08lX with '%s'", (unsigned long)i, id.data()); i->update(id); } } -- cgit v1.2.1