From 54188f54767a7057ace4e068378e1155e003c94f Mon Sep 17 00:00:00 2001 From: zecke Date: Tue, 25 Jun 2002 21:23:27 +0000 Subject: workarounf gcc2 toolchain bugs with the linker --- (limited to 'noncore/net/opietooth/manager') diff --git a/noncore/net/opietooth/manager/main.cpp b/noncore/net/opietooth/manager/main.cpp index a86e36d..d60ef1c 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; + OpieTooth::BlueBase *t = new OpieTooth::BlueBase(); // t.setCaption( OpieTooth::BlueBase::tr("Bluetooth Manager") ); - a.showMainWidget(&t); + a.showMainWidget(t); return a.exec(); } -- cgit v0.9.0.2