From 313fa28dc5e72d738faec49ff14fa5aed4a7fcd4 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 1 Mar 2012 13:37:05 -0600 Subject: Rename additional global TQt functions --- lib/widgets/propeditor/qeditlistbox.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib/widgets/propeditor/qeditlistbox.cpp') diff --git a/lib/widgets/propeditor/qeditlistbox.cpp b/lib/widgets/propeditor/qeditlistbox.cpp index ad3ab6c4..683a0931 100644 --- a/lib/widgets/propeditor/qeditlistbox.cpp +++ b/lib/widgets/propeditor/qeditlistbox.cpp @@ -195,14 +195,14 @@ void QEditListBox::moveItemUp() { if (!m_listBox->isEnabled()) { - qDebug("beep"); + tqDebug("beep"); return; } unsigned int selIndex = m_listBox->currentItem(); if (selIndex == 0) { - qDebug("beep"); + tqDebug("beep"); return; } @@ -218,14 +218,14 @@ void QEditListBox::moveItemDown() { if (!m_listBox->isEnabled()) { - qDebug("beep"); + tqDebug("beep"); return; } unsigned int selIndex = m_listBox->currentItem(); if (selIndex == m_listBox->count() - 1) { - qDebug("beep"); + tqDebug("beep"); return; } -- cgit v1.2.3