CCMAIL: kde-i18n-doc@kde.org
svn path=/branches/KDE/3.5/kdeedu/libkdeedu/; revision=491597
#include <qpainter.h>
#include <kdebug.h>
-#include <klocale.h>
#include "kplotobject.h"
KPlotObject::KPlotObject() {
void KPlotObject::removePoint( unsigned int index ) {
if ( index > pList.count() - 1 ) {
- kdWarning() << i18n( "Ignoring attempt to remove non-existent plot object" ) << endl;
+ kdWarning() << "Ignoring attempt to remove non-existent plot object" << endl;
return;
}