diff options
Diffstat (limited to 'kopete/libkopete/kautoconfig.cpp')
-rw-r--r-- | kopete/libkopete/kautoconfig.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kopete/libkopete/kautoconfig.cpp b/kopete/libkopete/kautoconfig.cpp index c94b197d..c1347d75 100644 --- a/kopete/libkopete/kautoconfig.cpp +++ b/kopete/libkopete/kautoconfig.cpp @@ -292,7 +292,7 @@ bool KAutoConfig::isDefault() const { TQVariant defaultValue = d->defaultValues[groupWidget]; TQVariant currentValue = propertyMap->property(groupWidget); if(currentValue != defaultValue){ - //qDebug("groupWidget %s, has changed: default: %s new: %s", groupWidget->name(), defaultValue.toString().latin1(), currentValue.toString().latin1()); + //tqDebug("groupWidget %s, has changed: default: %s new: %s", groupWidget->name(), defaultValue.toString().latin1(), currentValue.toString().latin1()); return false; } } @@ -396,7 +396,7 @@ bool KAutoConfig::parseChildren(const TQWidget *widget, { // FOR THOSE WHO ARE LOOKING // Here is the code were the widget is actually marked to watch. - //qDebug("KAutoConfig: Adding widget(%s)",childWidget->name()); + //tqDebug("KAutoConfig: Adding widget(%s)",childWidget->name()); currentGroup.append(childWidget); d->defaultValues.insert(childWidget, defaultSetting); } |