summaryrefslogtreecommitdiff
path: root/noncore/tools/euroconv/main.cpp
Side-by-side diff
Diffstat (limited to 'noncore/tools/euroconv/main.cpp') (more/less context) (show whitespace changes)
-rw-r--r--noncore/tools/euroconv/main.cpp2
1 files changed, 1 insertions, 1 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
@@ -26,7 +26,7 @@ struct Layout : QVBox{
: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") );
};