~ubuntu-branches/ubuntu/lucid/mythtv/lucid

« back to all changes in this revision

Viewing changes to libs/libmythtv/xbox.h

  • Committer: Bazaar Package Importer
  • Author(s): Mario Limonciello, Mario Limonciello, John Baab
  • Date: 2009-09-29 01:33:23 UTC
  • mfrom: (1.1.35 upstream)
  • Revision ID: james.westby@ubuntu.com-20090929013323-6pvn8encm757zbxw
Tags: 0.22.0~trunk22101-0ubuntu1
[ Mario Limonciello ]
* New upstream checkout (r22101)
* Try to guard and make sure that ~mythtv is read from /etc/passwd 
  rather than assuming it's /home/mythtv.

[ John Baab ]
* debian/mythtv-common.postinst:
  - Added symlink for /home/mythtv/.mythtv/config.xml

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#ifndef XBOX_H_
2
2
#define XBOX_H_
3
3
 
4
 
#include <qobject.h>
5
 
#include <qtimer.h>
6
 
#include <qstringlist.h>
 
4
#include <QObject>
 
5
#include <QString>
7
6
 
8
7
#include "mythexp.h"
9
8
 
 
9
class QTimer;
 
10
 
10
11
class MPUBLIC XBox : public QObject
11
12
{
12
13
    Q_OBJECT
28
29
    QString PhaseCache;
29
30
    QString BlinkBIN;
30
31
    int     LEDNonLiveTV;
 
32
    int     TimeLen;
31
33
};
32
34
 
33
35
#endif