KNewStuff
knewstuffaction.h
Go to the documentation of this file.
00001 /* 00002 This file is part of KNewStuff2. 00003 Copyright (c) 2002 Cornelius Schumacher <schumacher@kde.org> 00004 00005 This library is free software; you can redistribute it and/or 00006 modify it under the terms of the GNU Lesser General Public 00007 License as published by the Free Software Foundation; either 00008 version 2.1 of the License, or (at your option) 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 Lesser General Public License for more details. 00014 00015 You should have received a copy of the GNU Lesser General Public 00016 License along with this library. If not, see <http://www.gnu.org/licenses/>. 00017 */ 00018 #ifndef KNEWSTUFF3ACTION_H 00019 #define KNEWSTUFF3ACTION_H 00020 00021 #include <knewstuff3/knewstuff_export.h> 00022 00023 class QObject; 00024 class KAction; 00025 class KActionCollection; 00026 00027 namespace KNS3 00028 { 00043 KNEWSTUFF_EXPORT KAction *standardAction(const QString &what, 00044 const QObject *receiver, 00045 const char *slot, 00046 KActionCollection *parent, 00047 const char *name = 0); 00048 00063 KNEWSTUFF_EXPORT KAction *standardActionUpload(const QString &what, 00064 const QObject *receiver, 00065 const char *slot, 00066 KActionCollection *parent, 00067 const char *name = 0); 00068 } 00069 00070 #endif // KNEWSTUFFACTION_H
KDE 4.6 API Reference