Home · All Namespaces · All Classes · Main Classes |
00001 /*************************************************************************** 00002 ** 00003 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). 00004 ** All rights reserved. 00005 ** Contact: Karoliina T. Salminen <karoliina.t.salminen@nokia.com> 00006 ** 00007 ** This file is part of duicontrolpanel. 00008 ** 00009 ** 00010 ** This library is free software; you can redistribute it and/or 00011 ** modify it under the terms of the GNU Lesser General Public 00012 ** License version 2.1 as published by the Free Software Foundation 00013 ** and appearing in the file LICENSE.LGPL included in the packaging 00014 ** of this file. 00015 ** 00016 ****************************************************************************/ 00017 00018 #ifndef DCPAPPLET_H 00019 #define DCPAPPLET_H 00020 00021 #include <QString> 00022 00023 namespace DcpApplet { 00024 const QString DefaultPath = DESKTOP_DIR ":" DESKTOP_DIR2; 00025 const QString Lib = APPLET_LIBS; 00026 const QString MostUsedCategory = "MostUsedCategory"; 00027 const QString OtherCategories = "OtherCategories"; 00028 const int MaxMostUsed = 4; 00029 }; 00030 00031 #endif // DCPAPPLET_H 00032
Copyright © 2009 Nokia Corporation | Generated on Tue Jul 5 2011 15:01:31 Doxygen 1.7.1 |
Meego control panel |