~ubuntu-branches/ubuntu/hoary/kdemultimedia/hoary

« back to all changes in this revision

Viewing changes to noatun/noatun/joinhandler.h

  • Committer: Bazaar Package Importer
  • Author(s): Martin Schulze
  • Date: 2003-01-22 15:00:51 UTC
  • Revision ID: james.westby@ubuntu.com-20030122150051-uihwkdoxf15mi1tn
Tags: upstream-2.2.2
ImportĀ upstreamĀ versionĀ 2.2.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef JOINHANDLER_H
 
2
#define JOINHANDLER_H
 
3
#include <dcopobject.h>
 
4
#include <qstringlist.h>
 
5
 
 
6
class JoinHandler : public DCOPObject
 
7
{
 
8
K_DCOP
 
9
 
 
10
public:
 
11
        JoinHandler();
 
12
        
 
13
k_dcop:
 
14
        void addFile(const QString&);
 
15
        void addFile(const QStringList &);
 
16
 
 
17
 
 
18
};
 
19
 
 
20
#endif