From 7d82c654e6a1df83f70b2d81aa05a1175799b66b Mon Sep 17 00:00:00 2001 From: zecke Date: Mon, 08 Jul 2002 18:46:40 +0000 Subject: API clean ups --- (limited to 'noncore/net/opietooth/manager/main.cpp') diff --git a/noncore/net/opietooth/manager/main.cpp b/noncore/net/opietooth/manager/main.cpp index d60ef1c..a86e36d 100644 --- a/noncore/net/opietooth/manager/main.cpp +++ b/noncore/net/opietooth/manager/main.cpp @@ -27,10 +27,10 @@ int main( int argc, char ** argv ) { QPEApplication a(argc, argv); BluetoothApp=&a; - OpieTooth::BlueBase *t = new OpieTooth::BlueBase(); + OpieTooth::BlueBase t; // t.setCaption( OpieTooth::BlueBase::tr("Bluetooth Manager") ); - a.showMainWidget(t); + a.showMainWidget(&t); return a.exec(); } -- cgit v0.9.0.2