Skip to content

Commit 0541ca5

Browse files
committed
Move DBus inclusion
1 parent 121a652 commit 0541ca5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Client/qtTeamTalk/common.cpp

-3
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@
2424
#include <QDir>
2525
#include <QStack>
2626
#include <QTemporaryFile>
27-
#if defined(Q_OS_LINUX) //For DBus on X11
28-
#include <QtDBus/QtDBus>
29-
#endif
3027

3128
#define DEFAULT_NICKNAME QT_TRANSLATE_NOOP("MainWindow", "NoName")
3229

Client/qtTeamTalk/utiltts.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@
3131
#if defined(Q_OS_MAC)
3232
#include <QProcess>
3333
#endif
34+
#if defined(Q_OS_LINUX) //For DBus on X11
35+
#include <QtDBus/QtDBus>
36+
#endif
3437

3538
#if defined(QT_TEXTTOSPEECH_LIB)
3639
extern QTextToSpeech* ttSpeech;

0 commit comments

Comments
 (0)