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

« back to all changes in this revision

Viewing changes to libs/libmythui/mythuitextedit.cpp

  • 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
 
 
2
// Own header
 
3
#include "mythuitextedit.h"
 
4
 
 
5
// QT headers
2
6
#include <QApplication>
3
7
#include <QRegExp>
4
8
#include <QChar>
5
9
#include <QKeyEvent>
6
10
#include <QDomDocument>
7
11
 
8
 
#include "mythuitextedit.h"
 
12
// Libmythdb headers
 
13
#include "mythverbose.h"
 
14
#include "mythdb.h"
 
15
 
 
16
// MythUI headers
9
17
#include "mythpainter.h"
10
18
#include "mythmainwindow.h"
11
19
#include "mythfontproperties.h"
12
 
 
13
 
#include "mythverbose.h"
14
20
#include "mythuihelper.h"
15
 
#include "mythdb.h"
 
21
 
16
22
 
17
23
MythUITextEdit::MythUITextEdit(MythUIType *parent, const QString &name)
18
24
           : MythUIType(parent, name)