~ubuntu-branches/ubuntu/trusty/kwlan/trusty

« back to all changes in this revision

Viewing changes to kwlan/kwlaniface.h~

  • Committer: Bazaar Package Importer
  • Author(s): Fathi Boudra
  • Date: 2007-08-24 01:02:39 UTC
  • mfrom: (1.1.5 upstream) (0.1.3 lenny)
  • Revision ID: james.westby@ubuntu.com-20070824010239-e2xmgrrehh3n092w
Tags: 0.6.3-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef _KWLANIFACE_H_
 
2
#define _KWLANIFACE_H_
 
3
/** Kwlan
 
4
 *
 
5
 *  This File is part of Kwlan, a network Manager for KDE.
 
6
 *  Kwlan is distributed under LGPL license.
 
7
 *
 
8
 *      @author Thomas Michel <tom.michel@arcor.de>
 
9
 */
 
10
 
 
11
#include <dcopobject.h>
 
12
 
 
13
class KwlanIface : virtual public DCOPObject
 
14
{
 
15
  K_DCOP
 
16
public:
 
17
 
 
18
k_dcop:
 
19
  virtual void openURL(QString url) = 0;
 
20
};
 
21
 
 
22
#endif // _KWLANIFACE_H_