~ubuntu-branches/ubuntu/gutsy/amarok/gutsy-updates

« back to all changes in this revision

Viewing changes to amarok/src/socketserver.h

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Mercatante
  • Date: 2006-11-03 23:57:33 UTC
  • mfrom: (1.31.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20061103235733-a41oyfz4mzienqin
Tags: 2:1.4.4-0ubuntu2
Add debian/kubuntu-media-amarok and
debian amarok_play_audiocd.desktop for good KDE integration

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
class KProcess;
21
21
 
22
22
 
23
 
namespace amaroK
 
23
namespace Amarok
24
24
{
25
25
    class SocketServer : public QServerSocket
26
26
    {
37
37
 
38
38
namespace Vis
39
39
{
40
 
    class SocketServer : public amaroK::SocketServer
 
40
    class SocketServer : public Amarok::SocketServer
41
41
    {
42
42
    public:
43
43
        SocketServer( QObject* );