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 KNEWSTUFFACTION_H 00019 #define KNEWSTUFFACTION_H 00020 00021 #include <knewstuff2/knewstuff_export.h> 00022 00023 class QObject; 00024 class KAction; 00025 class KActionCollection; 00026 00027 namespace KNS 00028 { 00044 KNEWSTUFF_EXPORT_DEPRECATED KAction * standardAction(const QString &what, 00045 const QObject *receiver, 00046 const char *slot, 00047 KActionCollection *parent, 00048 const char *name = 0); 00049 00050 } 00051 00052 #endif // KNEWSTUFFACTION_H
KDE 4.6 API Reference