Skip to content

Commit

Permalink
Revert "Qt UI: fix build in Haiku"
Browse files Browse the repository at this point in the history
This reverts commit 7bf33e0.
  • Loading branch information
tehnick committed Jul 13, 2013
1 parent 00d41a2 commit 07a3ac3
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions eiskaltdcpp-qt/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,6 @@ using namespace std;
#include "dcpp/Thread.h"
#include "dcpp/Singleton.h"

#if defined (__HAIKU__)
#include "EiskaltApp_haiku.h"
#elif defined(Q_WS_MAC)
#include "EiskaltApp_mac.h"
#else
#include "EiskaltApp.h"
#endif

#include "WulforUtil.h"
#include "WulforSettings.h"
#include "HubManager.h"
Expand All @@ -44,6 +36,14 @@ using namespace std;
#include "MainWindow.h"
#include "GlobalTimer.h"

#if defined (__HAIKU__)
#include "EiskaltApp_haiku.h"
#elif defined(Q_WS_MAC)
#include "EiskaltApp_mac.h"
#else
#include "EiskaltApp.h"
#endif

#ifdef USE_ASPELL
#include "SpellCheck.h"
#endif
Expand Down

0 comments on commit 07a3ac3

Please sign in to comment.