summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/manager/main.cpp
Unidiff
Diffstat (limited to 'noncore/net/opietooth/manager/main.cpp') (more/less context) (show whitespace changes)
-rw-r--r--noncore/net/opietooth/manager/main.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/noncore/net/opietooth/manager/main.cpp b/noncore/net/opietooth/manager/main.cpp
index c7ccf23..d566419 100644
--- a/noncore/net/opietooth/manager/main.cpp
+++ b/noncore/net/opietooth/manager/main.cpp
@@ -19,3 +19,3 @@
19 19
20#include "bluemanager.h" 20#include "bluebase.h"
21#include <qpe/qpeapplication.h> 21#include <qpe/qpeapplication.h>
@@ -24,4 +24,3 @@ QPEApplication *BluetoothApp;
24 24
25int main( int argc, char ** argv ) 25int main( int argc, char ** argv ) {
26{
27 QPEApplication a(argc, argv); 26 QPEApplication a(argc, argv);
@@ -29,5 +28,5 @@ int main( int argc, char ** argv )
29 28
30 BlueManager t; 29 BlueBase t;
31 30
32 t.setCaption( BlueManager::tr("Bluetooth Manager") ); 31 t.setCaption( BlueBase::tr("Bluetooth Manager") );
33 a.showMainWidget(&t); 32 a.showMainWidget(&t);
@@ -36 +35,2 @@ int main( int argc, char ** argv )
36} 35}
36