We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 121a652 commit 0541ca5Copy full SHA for 0541ca5
Client/qtTeamTalk/common.cpp
@@ -24,9 +24,6 @@
24
#include <QDir>
25
#include <QStack>
26
#include <QTemporaryFile>
27
-#if defined(Q_OS_LINUX) //For DBus on X11
28
-#include <QtDBus/QtDBus>
29
-#endif
30
31
#define DEFAULT_NICKNAME QT_TRANSLATE_NOOP("MainWindow", "NoName")
32
Client/qtTeamTalk/utiltts.cpp
@@ -31,6 +31,9 @@
#if defined(Q_OS_MAC)
#include <QProcess>
33
#endif
34
+#if defined(Q_OS_LINUX) //For DBus on X11
35
+#include <QtDBus/QtDBus>
36
+#endif
37
38
#if defined(QT_TEXTTOSPEECH_LIB)
39
extern QTextToSpeech* ttSpeech;
0 commit comments