|
|
|
@ -33,13 +33,13 @@
|
|
|
|
|
#include <tqfile.h>
|
|
|
|
|
#include <tqtimer.h>
|
|
|
|
|
|
|
|
|
|
#include <klocale.h>
|
|
|
|
|
#include <tdelocale.h>
|
|
|
|
|
#include <kdebug.h>
|
|
|
|
|
#include <kled.h>
|
|
|
|
|
#include <tdeconfig.h>
|
|
|
|
|
#include <kprocess.h>
|
|
|
|
|
#include <kprocctrl.h>
|
|
|
|
|
#include <kmessagebox.h>
|
|
|
|
|
#include <tdemessagebox.h>
|
|
|
|
|
|
|
|
|
|
#include "kmplayerbroadcast.h"
|
|
|
|
|
#include "kmplayerprocess.h"
|
|
|
|
@ -470,7 +470,7 @@ TQFrame * KMPlayerBroadcastConfig::prefPage (TQWidget * parent) {
|
|
|
|
|
KDE_NO_EXPORT bool KMPlayerBroadcastConfig::broadcasting () const {
|
|
|
|
|
return m_ffserver_process && m_ffserver_process->isRunning ();
|
|
|
|
|
}
|
|
|
|
|
#include <kglobal.h>
|
|
|
|
|
#include <tdeglobal.h>
|
|
|
|
|
#include <kstandarddirs.h>
|
|
|
|
|
|
|
|
|
|
static const char ffserverconf[] =
|
|
|
|
|