bluetoothengine/btui/btcpplugin/btcpplugin.cpp
changeset 40 997690c3397a
parent 33 837dcc42fd6a
child 47 9e2a905b887f
--- a/bluetoothengine/btui/btcpplugin/btcpplugin.cpp	Fri Jun 11 13:48:51 2010 +0300
+++ b/bluetoothengine/btui/btcpplugin/btcpplugin.cpp	Wed Jun 23 18:23:52 2010 +0300
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+ * Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
  * All rights reserved.
  * This component and the accompanying materials are made available
  * under the terms of "Eclipse Public License v1.0"
@@ -18,7 +18,6 @@
 
 #include <cpsettingformentryitemdataimpl.h>
 #include "btcpplugin.h"
-#include "btcpuimainview.h"
 #include "btcpuisettingitem.h"
 
 /*!
@@ -42,7 +41,7 @@
 {
     
     return QList<CpSettingFormItemData*> () << new BtCpUiSettingItem(
-            itemDataHelper, tr("Bluetooth"));
+            itemDataHelper);
 
 }