From 27075bc698a12dbc10e76618d83d952bd9d579ef Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 1 Mar 2012 13:37:34 -0600 Subject: Rename additional global TQt functions --- kommander/editor/widgetdatabase.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kommander/editor/widgetdatabase.cpp') diff --git a/kommander/editor/widgetdatabase.cpp b/kommander/editor/widgetdatabase.cpp index 62b7bea8..7dbe2704 100644 --- a/kommander/editor/widgetdatabase.cpp +++ b/kommander/editor/widgetdatabase.cpp @@ -692,10 +692,10 @@ void WidgetDatabase::setupPlugins() { if (plugins_set_up) return; - //qDebug("WidgetDatabase::setupPlugins"); + //tqDebug("WidgetDatabase::setupPlugins"); plugins_set_up = true; FeatureList widgets = KommanderFactory::featureList(); - //qDebug("num features = %d", widgets.count()); + //tqDebug("num features = %d", widgets.count()); for (FeatureList::Iterator it = widgets.begin(); it != widgets.end(); ++it) { if (hasWidget(it.key())) -- cgit v1.2.3