diff -r 12b82dc0e8db -r 81668a704644 filemanager/src/filemanager/src/fmapplication.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/filemanager/src/filemanager/src/fmapplication.h Mon Oct 18 09:44:31 2010 +0800 @@ -0,0 +1,34 @@ +/* +* 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 FMAPPLICATION_H +#define FMAPPLICATION_H + +#include + +class FmApplication: public HbApplication +{ + Q_OBJECT +public: + FmApplication(int &argc, char *argv[]); + virtual ~FmApplication(); + void handleAppReady(); +signals: + void applicationReady(); +}; + +#endif /* FMAPPLICATION_H */