summaryrefslogtreecommitdiffstats
path: root/libkdchart/KDChartEnums.h
diff options
context:
space:
mode:
Diffstat (limited to 'libkdchart/KDChartEnums.h')
-rw-r--r--libkdchart/KDChartEnums.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libkdchart/KDChartEnums.h b/libkdchart/KDChartEnums.h
index 8876fb8..712aedb 100644
--- a/libkdchart/KDChartEnums.h
+++ b/libkdchart/KDChartEnums.h
@@ -90,7 +90,7 @@ public:
case LayoutPolicyShrinkFontSize:
return "ShrinkFontSize";
default: // should not happen
- qDebug( "Unknown text layout policy" );
+ tqDebug( "Unknown text layout policy" );
return "JustOverwrite";
}
}
@@ -125,7 +125,7 @@ public:
case NumberNotationScientificBig:
return "NumberNotationScientificBig";
default: // should not happen
- qDebug( "Unknown text number notation" );
+ tqDebug( "Unknown text number notation" );
return "NumberNotationDecimal";
}
}