From 25ab034346153bacdc8e8c0d65ed76adec0587f2 Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Sat, 17 Feb 2007 00:29:56 +0000 Subject: [PATCH] SVN_SILENT: antialias -> antialiasing svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=634360 --- kdeeduplot/kplotwidget.cpp | 4 ++-- kdeeduplot/kplotwidget.h | 4 ++-- kdeeduplot/tests/testplot_widget.cpp | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/kdeeduplot/kplotwidget.cpp b/kdeeduplot/kplotwidget.cpp index 572333f..b9cbc38 100644 --- a/kdeeduplot/kplotwidget.cpp +++ b/kdeeduplot/kplotwidget.cpp @@ -297,12 +297,12 @@ bool KPlotWidget::isObjectToolTipShown() const return d->showObjectToolTip; } -bool KPlotWidget::antialias() const +bool KPlotWidget::antialiasing() const { return d->useAntialias; } -void KPlotWidget::setAntialias( bool b ) +void KPlotWidget::setAntialiasing( bool b ) { d->useAntialias = b; update(); diff --git a/kdeeduplot/kplotwidget.h b/kdeeduplot/kplotwidget.h index 82d01b0..560bcec 100644 --- a/kdeeduplot/kplotwidget.h +++ b/kdeeduplot/kplotwidget.h @@ -243,9 +243,9 @@ public: */ bool isObjectToolTipShown() const; - bool antialias() const; + bool antialiasing() const; - void setAntialias( bool b ); + void setAntialiasing( bool b ); /** * @return the number of pixels to the left of the plot area. diff --git a/kdeeduplot/tests/testplot_widget.cpp b/kdeeduplot/tests/testplot_widget.cpp index 96907d1..4eb54a6 100644 --- a/kdeeduplot/tests/testplot_widget.cpp +++ b/kdeeduplot/tests/testplot_widget.cpp @@ -40,7 +40,7 @@ TestPlot::TestPlot( QWidget *p ) : KMainWindow( p ), po1(0), po2(0) { plot = new KPlotWidget( w ); plot->setMinimumSize( 400,400 ); - plot->setAntialias( true ); + plot->setAntialiasing( true ); vlay->addWidget( PlotSelector ); vlay->addWidget( plot ); -- 2.47.3