summaryrefslogtreecommitdiffstats
path: root/kradio3/plugins/soundserver
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-02-01 17:25:34 -0600
committerTimothy Pearson <[email protected]>2013-02-01 17:25:34 -0600
commit48906a623383ab5222541ae048e99dd039b62a9a (patch)
tree1c5f588e90899bb1301f79cf97b8f6ddc0b1c367 /kradio3/plugins/soundserver
parenta1e6ce502c334194d31a0b78b11b77e9532da64b (diff)
downloadtderadio-48906a623383ab5222541ae048e99dd039b62a9a.tar.gz
tderadio-48906a623383ab5222541ae048e99dd039b62a9a.zip
Fix FTBFS
Diffstat (limited to 'kradio3/plugins/soundserver')
-rw-r--r--kradio3/plugins/soundserver/Makefile.am18
-rw-r--r--kradio3/plugins/soundserver/po/Makefile.am2
-rw-r--r--kradio3/plugins/soundserver/po/de.po29
-rw-r--r--kradio3/plugins/soundserver/po/ru.po29
-rw-r--r--kradio3/plugins/soundserver/soundserver.cpp74
-rw-r--r--kradio3/plugins/soundserver/soundserver.h54
6 files changed, 0 insertions, 206 deletions
diff --git a/kradio3/plugins/soundserver/Makefile.am b/kradio3/plugins/soundserver/Makefile.am
deleted file mode 100644
index 17c5946..0000000
--- a/kradio3/plugins/soundserver/Makefile.am
+++ /dev/null
@@ -1,18 +0,0 @@
-SUBDIRS = po .
-
-INCLUDES = $(all_includes)
-METASOURCES = AUTO
-
-libkradio_LTLIBRARIES = libsoundserver.la
-
-libsoundserver_la_SOURCES = soundserver.cpp
-libsoundserver_la_LDFLAGS = -module -avoid-version $(KDE_RPATH) $(all_libraries)
-
-noinst_HEADERS = soundserver.h
-
-#messages: rc.cpp
-# $(XGETTEXT) *.cpp *.h -o po/kradio-sound-server.pot
-
-messages: rc.cpp
- $(EXTRACTRC) *.rc *.ui >> rc.cpp
- $(XGETTEXT) rc.cpp *.h *.cpp -o po/kradio-soundserver.pot
diff --git a/kradio3/plugins/soundserver/po/Makefile.am b/kradio3/plugins/soundserver/po/Makefile.am
deleted file mode 100644
index 22b977e..0000000
--- a/kradio3/plugins/soundserver/po/Makefile.am
+++ /dev/null
@@ -1,2 +0,0 @@
-PACKAGE = kradio-soundserver
-POFILES = AUTO
diff --git a/kradio3/plugins/soundserver/po/de.po b/kradio3/plugins/soundserver/po/de.po
deleted file mode 100644
index a3273b5..0000000
--- a/kradio3/plugins/soundserver/po/de.po
+++ /dev/null
@@ -1,29 +0,0 @@
-# translation of de.po to
-# translation of kradio-sound-server.po to
-# This file is put in the public domain.
-#
-# Ernst Martin Witte <[email protected]>, 2006.
-msgid ""
-msgstr ""
-"Project-Id-Version: de\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-11-06 01:32+0100\n"
-"PO-Revision-Date: 2006-11-06 01:06+0100\n"
-"Last-Translator: Ernst Martin Witte <[email protected]>\n"
-"Language-Team: <[email protected]>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.11.4\n"
-
-#: soundserver.cpp:27
-msgid "SoundServer"
-msgstr "SoundServer"
-
-#: soundserver.cpp:32
-msgid "SoundServer Plugin"
-msgstr "SoundServer Plugin"
-
-#: soundserver.cpp:34
-msgid "initializing kradio soundserver"
-msgstr "Initialisierung des TDERadio-Soundservers"
diff --git a/kradio3/plugins/soundserver/po/ru.po b/kradio3/plugins/soundserver/po/ru.po
deleted file mode 100644
index 794279f..0000000
--- a/kradio3/plugins/soundserver/po/ru.po
+++ /dev/null
@@ -1,29 +0,0 @@
-# translation of ru.po to
-# translation of kradio-soundserver.po to
-# This file is put in the public domain.
-# Алексей Кузнецов <[email protected]>, 2006.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: ru\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-11-11 02:11+0100\n"
-"PO-Revision-Date: 2006-11-08 12:46+0300\n"
-"Last-Translator: Алексей Кузнецов <[email protected]>\n"
-"Language-Team: <[email protected]>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.10\n"
-
-#: soundserver.cpp:27
-msgid "SoundServer"
-msgstr "SoundServer"
-
-#: soundserver.cpp:32
-msgid "SoundServer Plugin"
-msgstr "Модуль звукового сервера"
-
-#: soundserver.cpp:34
-msgid "initializing kradio soundserver"
-msgstr "Включение звукового сервера TDERadio"
diff --git a/kradio3/plugins/soundserver/soundserver.cpp b/kradio3/plugins/soundserver/soundserver.cpp
deleted file mode 100644
index 809cc02..0000000
--- a/kradio3/plugins/soundserver/soundserver.cpp
+++ /dev/null
@@ -1,74 +0,0 @@
-/***************************************************************************
- soundserver.cpp - description
- -------------------
- begin : Sun Apr 17 2005
- copyright : (C) 2003 by Martin Witte
- ***************************************************************************/
-
-/***************************************************************************
- * *
- * This program is free software; you can redistribute it and/or modify *
- * it under the terms of the GNU General Public License as published by *
- * the Free Software Foundation; either version 2 of the License, or *
- * (at your option) any later version. *
- * *
- ***************************************************************************/
-
-#include "soundserver.h"
-
-#include <kapplication.h>
-#include <klocale.h>
-
-
-///////////////////////////////////////////////////////////////////////
-//// plugin library functions
-
-PLUGIN_LIBRARY_FUNCTIONS(SoundServer, "kradio-soundserver", i18n("SoundServer"));
-
-/////////////////////////////////////////////////////////////////////////////
-
-SoundServer::SoundServer(const TQString &name)
- : PluginBase(name, i18n("SoundServer Plugin"))
-{
- logDebug(i18n("initializing kradio soundserver"));
-}
-
-SoundServer::~SoundServer()
-{
-}
-
-bool SoundServer::connectI (Interface *i)
-{
- bool a = PluginBase::connectI(i);
- bool b = ISoundStreamServer::connectI(i);
- return a || b;
-}
-
-
-bool SoundServer::disconnectI (Interface *i)
-{
- bool a = PluginBase::disconnectI(i);
- bool b = ISoundStreamServer::disconnectI(i);
- return a || b;
-}
-
-
-
-void SoundServer::saveState (TDEConfig *) const
-{
-}
-
-void SoundServer::restoreState (TDEConfig *)
-{
-}
-
-ConfigPageInfo SoundServer::createConfigurationPage()
-{
- return ConfigPageInfo ();
-}
-
-AboutPageInfo SoundServer::createAboutPage()
-{
- return AboutPageInfo();
-}
diff --git a/kradio3/plugins/soundserver/soundserver.h b/kradio3/plugins/soundserver/soundserver.h
deleted file mode 100644
index f01e863..0000000
--- a/kradio3/plugins/soundserver/soundserver.h
+++ /dev/null
@@ -1,54 +0,0 @@
-/***************************************************************************
- soundserver.h - description
- -------------------
- begin : Sun Apr 17 2005
- copyright : (C) 2003 by Martin Witte
- ***************************************************************************/
-
-/***************************************************************************
- * *
- * This program is free software; you can redistribute it and/or modify *
- * it under the terms of the GNU General Public License as published by *
- * the Free Software Foundation; either version 2 of the License, or *
- * (at your option) any later version. *
- * *
- ***************************************************************************/
-
-#ifndef KRADIO_SOUNDSERVER_H
-#define KRADIO_SOUNDSERVER_H
-
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
-#include "../../src/include/soundstreamclient_interfaces.h"
-#include "../../src/include/plugins.h"
-
-
-class SoundServer : public PluginBase,
- public ISoundStreamServer
-{
-public:
- SoundServer(const TQString &name);
- ~SoundServer();
-
- virtual bool connectI (Interface *);
- virtual bool disconnectI (Interface *);
-
- virtual TQString pluginClassName() const { return "SoundServer"; }
-
- virtual const TQString &name() const { return PluginBase::name(); }
- virtual TQString &name() { return PluginBase::name(); }
-
- // PluginBase
-
-public:
- virtual void saveState (TDEConfig *) const;
- virtual void restoreState (TDEConfig *);
-
- virtual ConfigPageInfo createConfigurationPage();
- virtual AboutPageInfo createAboutPage();
-};
-
-#endif