| 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 |
|
|---|
| 13 | class TaperIface : virtual public DCOPObject
|
|---|
| 14 | {
|
|---|
| 15 | K_DCOP
|
|---|
| 16 | public:
|
|---|
| 17 |
|
|---|
| 18 | k_dcop:
|
|---|
| 19 | virtual void openURL(QString url) = 0;
|
|---|
| 20 | };
|
|---|
| 21 |
|
|---|
| 22 | #endif // _TAPERIFACE_H_
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.