summaryrefslogtreecommitdiff
path: root/noncore/tools/euroconv/main.cpp
Side-by-side diff
Diffstat (limited to 'noncore/tools/euroconv/main.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/tools/euroconv/main.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/noncore/tools/euroconv/main.cpp b/noncore/tools/euroconv/main.cpp
index dd4ff1d..8b417fe 100644
--- a/noncore/tools/euroconv/main.cpp
+++ b/noncore/tools/euroconv/main.cpp
@@ -3,8 +3,8 @@
* File: main.cpp
*
* Description: main file for OPIE Euroconv aapp
- *
- *
+ *
+ *
* Authors: Eric Santonacci <Eric.Santonacci@talc.fr>
*
* Requirements: Qt
@@ -22,15 +22,15 @@
struct Layout : QVBox{
static QString appName() { return QString::fromLatin1("euroconv"); }
- Layout(QWidget *p, const char* n, WFlags)
+ Layout(QWidget *p, const char* n, WFlags)
:QVBox(0,"fond" )
{
LCDDisplay *lcd = new LCDDisplay(this, "lcd");
- KeyPad *num = new KeyPad(lcd, this, "keypad");
-
+ (void)new KeyPad(lcd, this, "keypad");
+
setCaption( QObject::tr("Euroconv") );
};
-
+
};
using namespace Opie::Core;