phonebookui/phonebookservices/inc/cntservicemainwindow.h
changeset 59 a642906a277a
parent 47 7cbcb2896f0e
child 65 ae724a111993
--- a/phonebookui/phonebookservices/inc/cntservicemainwindow.h	Tue Jul 06 14:05:47 2010 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,40 +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 CNTSERVICEMAINWINDOW_H
-#define CNTSERVICEMAINWINDOW_H
-
-#include <QObject>
-#include "cntmainwindow.h"
-
-class CntServiceHandler;
-class CntServiceViewManager;
-
-class CntServiceMainWindow : public CntMainWindow
-{
-    Q_OBJECT
-
-public:
-    CntServiceMainWindow(CntServiceHandler *handler, QWidget *parent=0);
-    ~CntServiceMainWindow();
-
-private:
-    CntServiceHandler       *mServiceHandler;
-    CntServiceViewManager   *mServiceViewManager;
-};
-
-#endif // CNTSERVICEMAINWINDOW_H