diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-01 13:37:34 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-01 13:37:34 -0600 |
commit | 27075bc698a12dbc10e76618d83d952bd9d579ef (patch) | |
tree | 079e27500c91feba0ad2a67ddfe97ddfeb05d6df /kommander/editor/widgetdatabase.cpp | |
parent | 78c422fd8a2f2d2bc5650bddcb743442f1472cb5 (diff) | |
download | tdewebdev-27075bc698a12dbc10e76618d83d952bd9d579ef.tar.gz tdewebdev-27075bc698a12dbc10e76618d83d952bd9d579ef.zip |
Rename additional global TQt functions
Diffstat (limited to 'kommander/editor/widgetdatabase.cpp')
-rw-r--r-- | kommander/editor/widgetdatabase.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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())) |