parley
export.h
Go to the documentation of this file.00001 /*************************************************************************** 00002 Copyright 2008 Frederik Gladhorn <frederik.gladhorn@kdemail.net> 00003 ***************************************************************************/ 00004 00005 /*************************************************************************** 00006 * * 00007 * This program is free software; you can redistribute it and/or modify * 00008 * it under the terms of the GNU General Public License as published by * 00009 * the Free Software Foundation; either version 2 of the License, or * 00010 * (at your option) any later version. * 00011 * * 00012 ***************************************************************************/ 00013 00014 #ifndef EXPORT_H 00015 #define EXPORT_H 00016 00017 class ParleyDocument; 00018 class QWidget; 00019 00020 class ParleyExport 00021 { 00022 public: 00023 static void exportDocument(ParleyDocument* document, QWidget *parent = 0); 00024 00025 // private: 00026 // ParleyExport(KEduVocDocument* file, QWidget *parent = 0); 00027 00028 }; 00029 00030 #endif
KDE 4.2 API Reference