~ubuntu-branches/ubuntu/karmic/kaffeine/karmic

« back to all changes in this revision

Viewing changes to src/dvb/dvbmanager.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Mercatante
  • Date: 2009-05-11 06:52:11 UTC
  • mfrom: (1.16.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090511065211-8edzz93l7iixgl7v
Tags: 0.8.7+kde4svn966351-0ubuntu1
* New SVN snapshot
* Packaging rewrote for KDE4
* Added kubuntu_01_qt_phonon.diff, fix compile with Qt's Phonon which
  does not install Phonon/Global

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
 * dvbmanager.cpp
3
3
 *
4
 
 * Copyright (C) 2008 Christoph Pfister <christophpfister@gmail.com>
 
4
 * Copyright (C) 2008-2009 Christoph Pfister <christophpfister@gmail.com>
5
5
 *
6
6
 * This program is free software; you can redistribute it and/or modify
7
7
 * it under the terms of the GNU General Public License as published by
10
10
 *
11
11
 * This program is distributed in the hope that it will be useful,
12
12
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13
 
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 
13
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14
14
 * GNU General Public License for more details.
15
15
 *
16
 
 * You should have received a copy of the GNU General Public License
17
 
 * along with this program; if not, write to the Free Software
18
 
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
 
16
 * You should have received a copy of the GNU General Public License along
 
17
 * with this program; if not, write to the Free Software Foundation, Inc.,
 
18
 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
 */
20
20
 
21
21
#include "dvbmanager.h"
22
22
 
23
23
#include <QDir>
24
 
#include <QFile>
25
24
#include <KDebug>
26
 
#include <KGlobal>
27
25
#include <KLocale>
28
26
#include <KStandardDirs>
29
 
#include "dvbchannel.h"
30
27
#include "dvbchannelui.h"
31
 
#include "dvbconfig.h"
32
 
#include "dvbdevice.h"
33
28
#include "dvbepg.h"
34
29
#include "dvbrecording.h"
35
30