KDED
kbuildsycocainterface.h
Go to the documentation of this file.
00001 /* This file is part of the KDE libraries 00002 Copyright (c) 2009 David Faure <faure@kde.org> 00003 00004 This library is free software; you can redistribute it and/or modify 00005 it under the terms of the GNU Lesser General Public License as published by 00006 the Free Software Foundation; either version 2 of the License or ( at 00007 your option ) version 3 or, at the discretion of KDE e.V. ( which shall 00008 act as a proxy as in section 14 of the GPLv3 ), any later version. 00009 00010 This library is distributed in the hope that it will be useful, 00011 but WITHOUT ANY WARRANTY; without even the implied warranty of 00012 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00013 Library General Public License for more details. 00014 00015 You should have received a copy of the GNU Lesser General Public License 00016 along with this library; see the file COPYING.LIB. If not, write to 00017 the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 00018 Boston, MA 02110-1301, USA. 00019 */ 00020 #ifndef KBUILDSYCOCAINTERFACE_H 00021 #define KBUILDSYCOCAINTERFACE_H 00022 00023 #include <kservice.h> 00024 00025 class KBuildSycocaInterface 00026 { 00027 public: 00028 virtual ~KBuildSycocaInterface() {} 00029 virtual KService::Ptr createService(const QString& path) = 0; 00030 }; 00031 00032 #endif /* KBUILDSYCOCAINTERFACE_H */
KDE 4.6 API Reference