phonebookui/phonebookservices/inc/cntservicesubeditview.h
changeset 59 a642906a277a
parent 47 7cbcb2896f0e
child 65 ae724a111993
--- a/phonebookui/phonebookservices/inc/cntservicesubeditview.h	Tue Jul 06 14:05:47 2010 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,49 +0,0 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
-
-#ifndef CNTSERVICESUBEDITVIEW_H
-#define CNTSERVICESUBEDITVIEW_H
-
-#include <QObject>
-#include "cnteditview.h"
-
-class CntServiceHandler;
-
-class CntServiceSubEditView : public CntEditView
-{
-
-Q_OBJECT
-
-public:
-
-    CntServiceSubEditView( CntServiceHandler *aServiceHandler );
-    ~CntServiceSubEditView();
-
-    int viewId() const { return serviceSubEditView; }
-
-//public slots:
-//    void aboutToCloseView();
-//    int handleExecutedCommand(QString aCommand, const QContact &aContact);
-//    void discardAllChanges();
-
-private:
-    CntServiceHandler *mServiceHandler;
-    
-};
-
-#endif //CNTSERVICESUBEDITVIEW_H
-// EOF