Ticket #7116: 7116.diff
| File 7116.diff, 843 bytes (added by , 16 years ago) |
|---|
-
programs/mythfrontend/custompriority.cpp
14 14 #include "mythuitextedit.h" 15 15 #include "mythuibutton.h" 16 16 #include "mythdialogbox.h" 17 #include <QSqlError> 17 18 18 19 CustomPriority::CustomPriority(MythScreenStack *parent, ProgramInfo *proginfo) 19 20 : MythScreenType(parent, "CustomPriority") -
programs/mythfrontend/customedit.cpp
2 2 3 3 // libmythdb 4 4 #include "mythdb.h" 5 #include <QSqlError> 5 6 6 7 // libmyth 7 8 #include "mythcontext.h"
