00001 /*************************************************************************** 00002 katedocumentIface.h - description 00003 ------------------- 00004 copyright : (C) 2001 by The Kate Team 00005 (C) 2002 by Joseph Wenninger 00006 email : kwrite-devel@kde.org 00007 jowenn@kde.org 00008 00009 ***************************************************************************/ 00010 00011 /*************************************************************************** 00012 * * 00013 * This program is free software; you can redistribute it and/or modify * 00014 * it under the terms of the GNU General Public License as published by * 00015 * the Free Software Foundation; either version 2 of the License, or * 00016 * (at your option) any later version. * 00017 * * 00018 ***************************************************************************/ 00019 #ifndef _KATEDOCUMENT_IFACE_H_ 00020 #define _KATEDOCUMENT_IFACE_H_ 00021 00022 #include <dcopobject.h> 00023 00024 class KateDocumentDCOPIface : virtual public DCOPObject 00025 { 00026 K_DCOP 00027 00028 k_dcop: 00029 virtual void open (const QString &name=0)=0; 00030 }; 00031 #endif 00032
1.4.2