summaryrefslogtreecommitdiffstats
path: root/amarok/src/engine
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 15:58:43 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 15:58:43 -0600
commit2375f73a4e7661d1a52867745d7ce8050497d2ac (patch)
tree1327bd5e703b3fd80df92da838cb3fd49db08fd1 /amarok/src/engine
parentc9d18751d099012f5ade63285c730a5775eb45d5 (diff)
downloadamarok-2375f73a4e7661d1a52867745d7ce8050497d2ac.tar.gz
amarok-2375f73a4e7661d1a52867745d7ce8050497d2ac.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'amarok/src/engine')
-rw-r--r--amarok/src/engine/helix/helix-configdialog.h4
-rw-r--r--amarok/src/engine/helix/helix-engine.h2
-rw-r--r--amarok/src/engine/kdemm/kdemmengine.h2
-rw-r--r--amarok/src/engine/mas/masengine.h2
-rw-r--r--amarok/src/engine/nmm/HostList.h2
-rw-r--r--amarok/src/engine/nmm/ServerregistryPing.h2
-rw-r--r--amarok/src/engine/nmm/nmm_configdialog.h2
-rw-r--r--amarok/src/engine/nmm/nmm_engine.h2
-rw-r--r--amarok/src/engine/xine/xine-config.h10
-rw-r--r--amarok/src/engine/xine/xine-engine.h2
-rw-r--r--amarok/src/engine/yauap/yauap-engine.h2
11 files changed, 16 insertions, 16 deletions
diff --git a/amarok/src/engine/helix/helix-configdialog.h b/amarok/src/engine/helix/helix-configdialog.h
index 3da4af0b..9ad4ef7e 100644
--- a/amarok/src/engine/helix/helix-configdialog.h
+++ b/amarok/src/engine/helix/helix-configdialog.h
@@ -28,7 +28,7 @@ class HelixEngine;
class HelixConfigEntry : public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
public:
HelixConfigEntry( TQWidget *parent, Amarok::PluginConfig*,
int row, const TQString & description, const char *defaultvalue, const TQString & tooltip );
@@ -55,7 +55,7 @@ private:
class HelixSoundDevice : public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
public:
HelixSoundDevice( TQWidget *parent, Amarok::PluginConfig *config, int &row, HelixEngine *engine );
bool save();
diff --git a/amarok/src/engine/helix/helix-engine.h b/amarok/src/engine/helix/helix-engine.h
index 2dc1dc1e..b0a00af2 100644
--- a/amarok/src/engine/helix/helix-engine.h
+++ b/amarok/src/engine/helix/helix-engine.h
@@ -22,7 +22,7 @@ struct timeval;
class HelixEngine : public Engine::Base, public PlayerControl
{
Q_OBJECT
- TQ_OBJECT
+
public:
HelixEngine();
diff --git a/amarok/src/engine/kdemm/kdemmengine.h b/amarok/src/engine/kdemm/kdemmengine.h
index 9eb16408..edda617c 100644
--- a/amarok/src/engine/kdemm/kdemmengine.h
+++ b/amarok/src/engine/kdemm/kdemmengine.h
@@ -37,7 +37,7 @@ namespace KDE { namespace Multimedia { class SimplePlayer; } }
class KDEMMEngine : public Engine::Base
{
Q_OBJECT
- TQ_OBJECT
+
public:
KDEMMEngine();
diff --git a/amarok/src/engine/mas/masengine.h b/amarok/src/engine/mas/masengine.h
index 9a1d45f5..c94806ac 100644
--- a/amarok/src/engine/mas/masengine.h
+++ b/amarok/src/engine/mas/masengine.h
@@ -39,7 +39,7 @@ class KURL;
class MasEngine : public Engine::Base
{
Q_OBJECT
- TQ_OBJECT
+
public:
MasEngine();
diff --git a/amarok/src/engine/nmm/HostList.h b/amarok/src/engine/nmm/HostList.h
index 1fee31ad..a1d76e12 100644
--- a/amarok/src/engine/nmm/HostList.h
+++ b/amarok/src/engine/nmm/HostList.h
@@ -32,7 +32,7 @@ class HostListItem;
class HostList : public KListView
{
Q_OBJECT
- TQ_OBJECT
+
public:
HostList( TQWidget*, const char* );
diff --git a/amarok/src/engine/nmm/ServerregistryPing.h b/amarok/src/engine/nmm/ServerregistryPing.h
index 72078228..312929c0 100644
--- a/amarok/src/engine/nmm/ServerregistryPing.h
+++ b/amarok/src/engine/nmm/ServerregistryPing.h
@@ -36,7 +36,7 @@ class ServerregistryPing
: public TQSocket
{
Q_OBJECT
- TQ_OBJECT
+
public:
ServerregistryPing(const TQString & host, TQ_UINT16 port = 22801);
diff --git a/amarok/src/engine/nmm/nmm_configdialog.h b/amarok/src/engine/nmm/nmm_configdialog.h
index 7d38d0aa..292046de 100644
--- a/amarok/src/engine/nmm/nmm_configdialog.h
+++ b/amarok/src/engine/nmm/nmm_configdialog.h
@@ -38,7 +38,7 @@ class NmmLocation;
class NmmConfigDialog : public Amarok::PluginConfig
{
Q_OBJECT
- TQ_OBJECT
+
public:
NmmConfigDialog();
diff --git a/amarok/src/engine/nmm/nmm_engine.h b/amarok/src/engine/nmm/nmm_engine.h
index f2238fef..43630cb4 100644
--- a/amarok/src/engine/nmm/nmm_engine.h
+++ b/amarok/src/engine/nmm/nmm_engine.h
@@ -45,7 +45,7 @@ using namespace NMM;
class NmmEngine : public Engine::Base
{
Q_OBJECT
- TQ_OBJECT
+
public:
NmmEngine();
~NmmEngine();
diff --git a/amarok/src/engine/xine/xine-config.h b/amarok/src/engine/xine/xine-config.h
index 7fe5eb8b..8bf952f0 100644
--- a/amarok/src/engine/xine/xine-config.h
+++ b/amarok/src/engine/xine/xine-config.h
@@ -24,7 +24,7 @@ class KLineEdit;
class XineGeneralEntry : public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
public:
virtual void save() = 0;
@@ -64,7 +64,7 @@ void saveXineEntry(Functor& storeEntry, T val, const TQString& key, xine_t *xine
class XineStrEntry : public XineGeneralEntry
{
Q_OBJECT
- TQ_OBJECT
+
public:
XineStrEntry(TQLineEdit* input, const TQCString & key, xine_t *m_xine, XineConfigDialog* xcf);
@@ -81,7 +81,7 @@ class XineStrEntry : public XineGeneralEntry
class XineIntEntry : public XineGeneralEntry
{
Q_OBJECT
- TQ_OBJECT
+
public:
XineIntEntry(KIntSpinBox* input, const TQCString & key, xine_t *xine, XineConfigDialog* xcf);
@@ -99,7 +99,7 @@ class XineIntEntry : public XineGeneralEntry
class XineEnumEntry : public XineIntEntry
{
Q_OBJECT
- TQ_OBJECT
+
public:
XineEnumEntry(TQComboBox* input, const TQCString & key, xine_t *xine, XineConfigDialog* xcf);
};
@@ -108,7 +108,7 @@ public:
class XineConfigDialog : public Amarok::PluginConfig
{
Q_OBJECT
- TQ_OBJECT
+
public:
XineConfigDialog( const xine_t* const xine);
diff --git a/amarok/src/engine/xine/xine-engine.h b/amarok/src/engine/xine/xine-engine.h
index 2a795657..8b581237 100644
--- a/amarok/src/engine/xine/xine-engine.h
+++ b/amarok/src/engine/xine/xine-engine.h
@@ -25,7 +25,7 @@ class XineConfigDialog;
class XineEngine : public Engine::Base
{
Q_OBJECT
- TQ_OBJECT
+
friend class Fader;
friend class OutFader;
diff --git a/amarok/src/engine/yauap/yauap-engine.h b/amarok/src/engine/yauap/yauap-engine.h
index 6f42cc9f..daf08a6e 100644
--- a/amarok/src/engine/yauap/yauap-engine.h
+++ b/amarok/src/engine/yauap/yauap-engine.h
@@ -60,7 +60,7 @@ static DBusHandlerResult signal_handler( DBusConnection *, DBusMessage *, void *
class yauapEngine : public Engine::Base
{
Q_OBJECT
- TQ_OBJECT
+
friend class DBusConnection;