source: branches/start/Taper/src/taperiface.h@ 9437

Last change on this file since 9437 was 4307, checked in by merck, 20 years ago
new project
File size: 652 bytes
Line 
1/***************************************************************************
2 * Copyright (C) 2004 by Martin Merck *
3 * merck@astro.uni-wuerzburg.de *
4 *
5 * This software is part of the MAGIC software. *
6 ***************************************************************************/
7
8#ifndef _TAPERIFACE_H_
9#define _TAPERIFACE_H_
10
11#include <dcopobject.h>
12
13class TaperIface : virtual public DCOPObject
14{
15 K_DCOP
16public:
17
18k_dcop:
19 virtual void openURL(QString url) = 0;
20};
21
22#endif // _TAPERIFACE_H_
Note: See TracBrowser for help on using the repository browser.