]> Git trees. - libqmvoc.git/commitdiff
Warning messages on console doesn't need to be translated.
authorPino Toscano <pino@kde.org>
Mon, 26 Dec 2005 18:22:56 +0000 (18:22 +0000)
committerPino Toscano <pino@kde.org>
Mon, 26 Dec 2005 18:22:56 +0000 (18:22 +0000)
CCMAIL: kde-i18n-doc@kde.org

svn path=/branches/KDE/3.5/kdeedu/libkdeedu/; revision=491597

kdeeduplot/kplotobject.cpp

index 57ca751c654ffa7631ae8255eafd253cabadf9af..145f12c3051f7b02908cee896858198c1482844c 100644 (file)
@@ -17,7 +17,6 @@
 
 #include <qpainter.h>
 #include <kdebug.h>
-#include <klocale.h>
 #include "kplotobject.h"
 
 KPlotObject::KPlotObject() {
@@ -41,7 +40,7 @@ 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;
        }