-rw-r--r-- | noncore/tools/calculator/calculatorimpl.cpp | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/noncore/tools/calculator/calculatorimpl.cpp b/noncore/tools/calculator/calculatorimpl.cpp index 05cb9b5..21c1e2e 100644 --- a/noncore/tools/calculator/calculatorimpl.cpp +++ b/noncore/tools/calculator/calculatorimpl.cpp @@ -30,3 +30,2 @@ #include <opie2/odebug.h> -#include <qpe/resource.h> #include <qpe/qmath.h> @@ -111,6 +110,2 @@ CalculatorImpl::CalculatorImpl( QWidget * parent, const char * name, { -// xtopowerofy = Resource::loadPixmap("xtopowerofy"); -// ythrootofx = Resource::loadPixmap("ythrootofx"); -// oneoverx = Resource::loadPixmap("oneoverx"); - memMark = new QLabel( "m", LCD ); @@ -135,3 +130,3 @@ CalculatorImpl::CalculatorImpl( QWidget * parent, const char * name, QObject::tr("acres"); - QObject::tr("°C"); + QObject::tr("C"); QObject::tr("carats"); @@ -141,3 +136,3 @@ CalculatorImpl::CalculatorImpl( QWidget * parent, const char * name, QObject::tr("cu in"); - QObject::tr("°F"); + QObject::tr("F"); QObject::tr("fl oz (US)"); |