summaryrefslogtreecommitdiff
path: root/noncore/apps/tinykate/libkate/document/katedocumentIface.h
blob: 51c750635f1a09da42c4d4ac7c659432c9a5e297 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
/***************************************************************************
                          katedocumentIface.h  -  description
                             -------------------
    copyright            : (C) 2001 by The Kate Team
                           (C) 2002 by Joseph Wenninger
    email                : kwrite-devel@kde.org
                           jowenn@kde.org

 ***************************************************************************/

/***************************************************************************
 *                                                                         *
 *   This program is free software; you can redistribute it and/or modify  *
 *   it under the terms of the GNU General Public License as published by  *
 *   the Free Software Foundation; either version 2 of the License, or     *
 *   (at your option) any later version.                                   *
 *                                                                         *
 ***************************************************************************/
#ifndef _KATEDOCUMENT_IFACE_H_
#define _KATEDOCUMENT_IFACE_H_

#include <dcopobject.h>

class KateDocumentDCOPIface : virtual public DCOPObject
{
  K_DCOP

  k_dcop:
    virtual void open (const QString &name=0)=0;
};
#endif