Skip to content

Commit

Permalink
Fix some mythmiscutil.h->mythdate.h changes missed in [4f028f3].
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-kristjansson committed May 30, 2012
1 parent 1f8c590 commit 92ce8e2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion mythtv/libs/libmythui/mythdialogbox.cpp
Expand Up @@ -11,7 +11,7 @@
#include <QTime>

#include "mythlogging.h"
#include "mythmiscutil.h"
#include "mythdate.h"

#include "mythmainwindow.h"
#include "mythfontproperties.h"
Expand Down
1 change: 1 addition & 0 deletions mythtv/libs/libmythui/mythmainwindow.cpp
Expand Up @@ -45,6 +45,7 @@ using namespace std;
#include "mythcorecontext.h"
#include "mythmedia.h"
#include "mythmiscutil.h"
#include "mythdate.h"

// libmythui headers
#include "myththemebase.h"
Expand Down
2 changes: 1 addition & 1 deletion mythtv/libs/libmythui/myththemedmenu.cpp
Expand Up @@ -27,7 +27,7 @@
#include "mythdirs.h"
#include "mythmedia.h"
#include "mythversion.h"
#include "mythmiscutil.h"
#include "mythdate.h"

MythThemedMenuState::MythThemedMenuState(MythScreenStack *parent,
const QString &name)
Expand Down
2 changes: 1 addition & 1 deletion mythtv/libs/libmythui/mythuihelper.cpp
Expand Up @@ -33,7 +33,7 @@
#include "mythcorecontext.h"
#include "mthreadpool.h"
#include "storagegroup.h"
#include "mythmiscutil.h"
#include "mythdate.h"

#define LOC QString("MythUIHelper: ")

Expand Down
2 changes: 1 addition & 1 deletion mythtv/libs/libmythui/screensaver-x11.cpp
Expand Up @@ -8,8 +8,8 @@

// Mythdb headers
#include "mythlogging.h"
#include "mythdate.h"
#include "mythdb.h"
#include "mythmiscutil.h"

// Mythui headers
#include "mythsystem.h"
Expand Down

0 comments on commit 92ce8e2

Please sign in to comment.