summaryrefslogtreecommitdiffstats
path: root/noatun-plugins
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:05:43 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:05:43 -0600
commit28166400a4ac95793e5adb51721722e8656ebe4a (patch)
tree335bf692046a5d4cc10b2dc3f8beaa350c9607cb /noatun-plugins
parent2e53a31f139e370203f5a947a44d8daa8addcbe9 (diff)
downloadtdeaddons-28166400a4ac95793e5adb51721722e8656ebe4a.tar.gz
tdeaddons-28166400a4ac95793e5adb51721722e8656ebe4a.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'noatun-plugins')
-rw-r--r--noatun-plugins/alarm/kminutespinbox.h2
-rw-r--r--noatun-plugins/alarm/kpercentspinbox.h2
-rw-r--r--noatun-plugins/alarm/wakeup.h4
-rw-r--r--noatun-plugins/alsaplayer/configmodule.h2
-rw-r--r--noatun-plugins/alsaplayer/seeker.h2
-rw-r--r--noatun-plugins/alsaplayer/userinterface.h2
-rw-r--r--noatun-plugins/charlatan/configmodule.h2
-rw-r--r--noatun-plugins/charlatan/seeker.h2
-rw-r--r--noatun-plugins/charlatan/userinterface.h2
-rw-r--r--noatun-plugins/dub/dub/dub.h2
-rw-r--r--noatun-plugins/dub/dub/dubapp.h2
-rw-r--r--noatun-plugins/dub/dub/dubconfigmodule.h2
-rw-r--r--noatun-plugins/dub/dub/dubview.h2
-rw-r--r--noatun-plugins/dub/dub/fileselectorwidget.h2
-rw-r--r--noatun-plugins/ffrs/ffrs.h6
-rw-r--r--noatun-plugins/lyrics/cmodule.h2
-rw-r--r--noatun-plugins/lyrics/historymanager.h2
-rw-r--r--noatun-plugins/lyrics/lyrics.h2
-rw-r--r--noatun-plugins/nexscope/gui.h4
-rw-r--r--noatun-plugins/nexscope/nex.h8
-rw-r--r--noatun-plugins/nexscope/noatunplugin.h2
-rw-r--r--noatun-plugins/nexscope/regionwidget.h2
-rw-r--r--noatun-plugins/noatunmadness/madness.h2
-rw-r--r--noatun-plugins/oblique/base.h2
-rw-r--r--noatun-plugins/oblique/cmodule.h6
-rw-r--r--noatun-plugins/oblique/menu.h8
-rw-r--r--noatun-plugins/oblique/oblique.h6
-rw-r--r--noatun-plugins/oblique/tree.h2
-rw-r--r--noatun-plugins/oblique/view.h4
-rw-r--r--noatun-plugins/pitchablespeed/pitchablespeed.h2
-rw-r--r--noatun-plugins/synaescope/cmodule.h2
-rw-r--r--noatun-plugins/synaescope/synaescope.h2
-rw-r--r--noatun-plugins/tippercanoe/synaescope.h2
-rw-r--r--noatun-plugins/tyler/tyler.h2
-rw-r--r--noatun-plugins/wavecapture/wavecapture.h2
35 files changed, 50 insertions, 50 deletions
diff --git a/noatun-plugins/alarm/kminutespinbox.h b/noatun-plugins/alarm/kminutespinbox.h
index d29259b..871608d 100644
--- a/noatun-plugins/alarm/kminutespinbox.h
+++ b/noatun-plugins/alarm/kminutespinbox.h
@@ -29,7 +29,7 @@
class KMinuteSpinBox : public TQSpinBox
{
Q_OBJECT
- TQ_OBJECT
+
public:
KMinuteSpinBox(int _step = 1, TQWidget *_parent = 0, const char *_name = 0);
protected:
diff --git a/noatun-plugins/alarm/kpercentspinbox.h b/noatun-plugins/alarm/kpercentspinbox.h
index 3bfe2e7..2428cce 100644
--- a/noatun-plugins/alarm/kpercentspinbox.h
+++ b/noatun-plugins/alarm/kpercentspinbox.h
@@ -22,7 +22,7 @@
class KPercentSpinBox : public TQSpinBox
{
Q_OBJECT
- TQ_OBJECT
+
public:
KPercentSpinBox (int _step=1, TQWidget *_parent=0, const char *name=0);
diff --git a/noatun-plugins/alarm/wakeup.h b/noatun-plugins/alarm/wakeup.h
index 367f537..b6f4f84 100644
--- a/noatun-plugins/alarm/wakeup.h
+++ b/noatun-plugins/alarm/wakeup.h
@@ -32,7 +32,7 @@ class KPercentSpinBox;
class Wakeup : public TQObject, public Plugin
{
Q_OBJECT
- TQ_OBJECT
+
NOATUNPLUGIND
public:
@@ -61,7 +61,7 @@ private:
class WakeupPrefs : public CModule
{
Q_OBJECT
- TQ_OBJECT
+
public:
WakeupPrefs( TQObject *parent );
diff --git a/noatun-plugins/alsaplayer/configmodule.h b/noatun-plugins/alsaplayer/configmodule.h
index e804cc1..900ecfb 100644
--- a/noatun-plugins/alsaplayer/configmodule.h
+++ b/noatun-plugins/alsaplayer/configmodule.h
@@ -30,7 +30,7 @@ class TQCheckBox;
class AlsaPlayerConfigModule : public CModule
{
Q_OBJECT
- TQ_OBJECT
+
public:
diff --git a/noatun-plugins/alsaplayer/seeker.h b/noatun-plugins/alsaplayer/seeker.h
index 833250d..6051d02 100644
--- a/noatun-plugins/alsaplayer/seeker.h
+++ b/noatun-plugins/alsaplayer/seeker.h
@@ -28,7 +28,7 @@
class Seeker : public L33tSlider
{
Q_OBJECT
- TQ_OBJECT
+
public:
diff --git a/noatun-plugins/alsaplayer/userinterface.h b/noatun-plugins/alsaplayer/userinterface.h
index abec7fd..4951d38 100644
--- a/noatun-plugins/alsaplayer/userinterface.h
+++ b/noatun-plugins/alsaplayer/userinterface.h
@@ -37,7 +37,7 @@ class Seeker;
class AlsaPlayer : public APMainWindow, public UserInterface
{
Q_OBJECT
- TQ_OBJECT
+
public:
diff --git a/noatun-plugins/charlatan/configmodule.h b/noatun-plugins/charlatan/configmodule.h
index d41df89..8f209d7 100644
--- a/noatun-plugins/charlatan/configmodule.h
+++ b/noatun-plugins/charlatan/configmodule.h
@@ -30,7 +30,7 @@ class TQCheckBox;
class CharlatanConfigModule : public CModule
{
Q_OBJECT
- TQ_OBJECT
+
public:
diff --git a/noatun-plugins/charlatan/seeker.h b/noatun-plugins/charlatan/seeker.h
index 40e553e..b17f6cf 100644
--- a/noatun-plugins/charlatan/seeker.h
+++ b/noatun-plugins/charlatan/seeker.h
@@ -30,7 +30,7 @@ class TQTimer;
class Seeker : public TQSlider
{
Q_OBJECT
- TQ_OBJECT
+
public:
diff --git a/noatun-plugins/charlatan/userinterface.h b/noatun-plugins/charlatan/userinterface.h
index 3e40487..c8bfc34 100644
--- a/noatun-plugins/charlatan/userinterface.h
+++ b/noatun-plugins/charlatan/userinterface.h
@@ -38,7 +38,7 @@ class TQLabel;
class Charlatan : public TQWidget, public UserInterface
{
Q_OBJECT
- TQ_OBJECT
+
public:
diff --git a/noatun-plugins/dub/dub/dub.h b/noatun-plugins/dub/dub/dub.h
index 40c8fdc..bd44224 100644
--- a/noatun-plugins/dub/dub/dub.h
+++ b/noatun-plugins/dub/dub/dub.h
@@ -47,7 +47,7 @@ class DubPlaylist;
class Dub : public DubApp
{
Q_OBJECT
- TQ_OBJECT
+
public:
diff --git a/noatun-plugins/dub/dub/dubapp.h b/noatun-plugins/dub/dub/dubapp.h
index 69bfe74..670a758 100644
--- a/noatun-plugins/dub/dub/dubapp.h
+++ b/noatun-plugins/dub/dub/dubapp.h
@@ -31,7 +31,7 @@ class DubView;
class DubApp : public KMainWindow
{
Q_OBJECT
- TQ_OBJECT
+
friend class DubView;
diff --git a/noatun-plugins/dub/dub/dubconfigmodule.h b/noatun-plugins/dub/dub/dubconfigmodule.h
index 6da3c4c..09c52a4 100644
--- a/noatun-plugins/dub/dub/dubconfigmodule.h
+++ b/noatun-plugins/dub/dub/dubconfigmodule.h
@@ -14,7 +14,7 @@
class DubConfigModule : public CModule
{
Q_OBJECT
- TQ_OBJECT
+
public:
enum PlayOrder { normal, shuffle, repeat, single };
enum PlayMode { allFiles, oneDir, recursiveDir };
diff --git a/noatun-plugins/dub/dub/dubview.h b/noatun-plugins/dub/dub/dubview.h
index be0c7e2..d1f2545 100644
--- a/noatun-plugins/dub/dub/dubview.h
+++ b/noatun-plugins/dub/dub/dubview.h
@@ -31,7 +31,7 @@
class DubView : public FileSelectorWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
/** Constructor for the main view */
DubView(TQWidget *parent = 0);
diff --git a/noatun-plugins/dub/dub/fileselectorwidget.h b/noatun-plugins/dub/dub/fileselectorwidget.h
index d140285..d278aa9 100644
--- a/noatun-plugins/dub/dub/fileselectorwidget.h
+++ b/noatun-plugins/dub/dub/fileselectorwidget.h
@@ -34,7 +34,7 @@ class DubPlayListItem;
class FileSelectorWidget : public TQWidget
{
Q_OBJECT
- TQ_OBJECT
+
friend class DubPlayListItem;
diff --git a/noatun-plugins/ffrs/ffrs.h b/noatun-plugins/ffrs/ffrs.h
index 070ba6f..6d10020 100644
--- a/noatun-plugins/ffrs/ffrs.h
+++ b/noatun-plugins/ffrs/ffrs.h
@@ -8,7 +8,7 @@
class View : public TQWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
View(int width, int height, int block, int unblock, TQColor front, TQColor back, int channel);
~View();
@@ -32,7 +32,7 @@ class FFRSPrefs;
class FFRS : public TQObject, public Plugin, public StereoScope
{
Q_OBJECT
- TQ_OBJECT
+
public:
FFRS();
@@ -55,7 +55,7 @@ class KColorButton;
class FFRSPrefs : public CModule
{
Q_OBJECT
- TQ_OBJECT
+
public:
FFRSPrefs( TQObject *parent );
diff --git a/noatun-plugins/lyrics/cmodule.h b/noatun-plugins/lyrics/cmodule.h
index 7a6ddc1..d95baf9 100644
--- a/noatun-plugins/lyrics/cmodule.h
+++ b/noatun-plugins/lyrics/cmodule.h
@@ -16,7 +16,7 @@ struct SearchProvider {
class LyricsCModule : public CModule {
Q_OBJECT
- TQ_OBJECT
+
public:
LyricsCModule(TQObject *_parent);
public slots:
diff --git a/noatun-plugins/lyrics/historymanager.h b/noatun-plugins/lyrics/historymanager.h
index 66b68b7..8a2f423 100644
--- a/noatun-plugins/lyrics/historymanager.h
+++ b/noatun-plugins/lyrics/historymanager.h
@@ -7,7 +7,7 @@
class HistoryManager : public TQObject {
Q_OBJECT
- TQ_OBJECT
+
public:
HistoryManager(TQObject *parent = NULL);
~HistoryManager();
diff --git a/noatun-plugins/lyrics/lyrics.h b/noatun-plugins/lyrics/lyrics.h
index 1011f0a..8da656c 100644
--- a/noatun-plugins/lyrics/lyrics.h
+++ b/noatun-plugins/lyrics/lyrics.h
@@ -14,7 +14,7 @@ class HistoryManager;
class Lyrics : public KMainWindow, public Plugin {
Q_OBJECT
- TQ_OBJECT
+
public:
Lyrics();
diff --git a/noatun-plugins/nexscope/gui.h b/noatun-plugins/nexscope/gui.h
index 834d7df..baf0330 100644
--- a/noatun-plugins/nexscope/gui.h
+++ b/noatun-plugins/nexscope/gui.h
@@ -13,7 +13,7 @@ class Renderer;
class Control : public KMainWindow
{
Q_OBJECT
- TQ_OBJECT
+
public:
Control();
@@ -43,7 +43,7 @@ private:
class RendererListView : public KListView
{
Q_OBJECT
- TQ_OBJECT
+
public:
RendererListView(TQWidget *p);
diff --git a/noatun-plugins/nexscope/nex.h b/noatun-plugins/nexscope/nex.h
index 3d16762..a97ae7f 100644
--- a/noatun-plugins/nexscope/nex.h
+++ b/noatun-plugins/nexscope/nex.h
@@ -75,7 +75,7 @@ private:
class Spacer : public TQWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
Spacer(TQWidget *parent) : TQWidget(parent)
{
@@ -224,7 +224,7 @@ private:
class NexCheckBox : public TQCheckBox
{
Q_OBJECT
- TQ_OBJECT
+
public:
NexCheckBox(TQWidget *parent, const TQString &, bool *v);
@@ -239,7 +239,7 @@ private:
class NexColorButton : public KColorButton
{
Q_OBJECT
- TQ_OBJECT
+
public:
NexColorButton(TQWidget *parent, Pixel *color);
@@ -272,7 +272,7 @@ class RendererList;
class RendererListConfigurator : public TQWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
RendererListConfigurator(RendererList *l, TQWidget *parent);
~RendererListConfigurator();
diff --git a/noatun-plugins/nexscope/noatunplugin.h b/noatun-plugins/nexscope/noatunplugin.h
index 47098c5..ad3e6e1 100644
--- a/noatun-plugins/nexscope/noatunplugin.h
+++ b/noatun-plugins/nexscope/noatunplugin.h
@@ -7,7 +7,7 @@
class NexPlugin : public TQObject, public Plugin
{
Q_OBJECT
- TQ_OBJECT
+
public:
NexPlugin();
diff --git a/noatun-plugins/nexscope/regionwidget.h b/noatun-plugins/nexscope/regionwidget.h
index e02bf85..5f2aaa1 100644
--- a/noatun-plugins/nexscope/regionwidget.h
+++ b/noatun-plugins/nexscope/regionwidget.h
@@ -12,7 +12,7 @@
class RegionWidget : public TQFrame
{
Q_OBJECT
- TQ_OBJECT
+
public:
RegionWidget(TQWidget *parent);
RegionWidget(const TQSize &viewsize, TQWidget *parent);
diff --git a/noatun-plugins/noatunmadness/madness.h b/noatun-plugins/noatunmadness/madness.h
index f09fa78..629e188 100644
--- a/noatun-plugins/noatunmadness/madness.h
+++ b/noatun-plugins/noatunmadness/madness.h
@@ -10,7 +10,7 @@
class Madness : public TQObject, public MonoFFTScope, public Plugin
{
Q_OBJECT
- TQ_OBJECT
+
public:
Madness();
virtual ~Madness();
diff --git a/noatun-plugins/oblique/base.h b/noatun-plugins/oblique/base.h
index 4652343..6c3bea8 100644
--- a/noatun-plugins/oblique/base.h
+++ b/noatun-plugins/oblique/base.h
@@ -18,7 +18,7 @@ typedef unsigned int FileId;
class Base : public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
struct Private;
Private *d; // not for BC, but for compile times :)
diff --git a/noatun-plugins/oblique/cmodule.h b/noatun-plugins/oblique/cmodule.h
index 45570ed..6455758 100644
--- a/noatun-plugins/oblique/cmodule.h
+++ b/noatun-plugins/oblique/cmodule.h
@@ -19,7 +19,7 @@ class TQTabWidget;
class SchemaConfig : public TQWidget
{
Q_OBJECT
- TQ_OBJECT
+
Oblique *mOblique;
KListView *mSchemaTree;
@@ -85,7 +85,7 @@ class SliceListItem;
class SliceConfig : public TQWidget
{
Q_OBJECT
- TQ_OBJECT
+
Oblique *mOblique;
KListView *mSliceList;
TQPushButton *mAdd, *mRemove;
@@ -110,7 +110,7 @@ private slots:
class Configure : public CModule
{
Q_OBJECT
- TQ_OBJECT
+
TQTabWidget *tabs;
SchemaConfig *schema;
SliceConfig *slice;
diff --git a/noatun-plugins/oblique/menu.h b/noatun-plugins/oblique/menu.h
index e6adbac..0b4e509 100644
--- a/noatun-plugins/oblique/menu.h
+++ b/noatun-plugins/oblique/menu.h
@@ -17,7 +17,7 @@
class FileMenu : public KPopupMenu
{
Q_OBJECT
- TQ_OBJECT
+
TQValueList<File> mFiles;
public:
@@ -36,7 +36,7 @@ private slots:
class SliceListAction : public KActionMenu
{
Q_OBJECT
- TQ_OBJECT
+
TQMap<int, Slice*> mIndexToSlices;
TQValueList<File> mFiles;
Oblique *mOblique;
@@ -60,7 +60,7 @@ private slots:
class SchemaListAction : public KActionMenu
{
Q_OBJECT
- TQ_OBJECT
+
TQMap<int, TQString> mIndexToSchemas;
Tree *mTree;
@@ -85,7 +85,7 @@ private slots:
class ObliquePropertiesDialog : public KPropertiesDialog
{
Q_OBJECT
- TQ_OBJECT
+
TQValueList<File> mFiles;
public:
diff --git a/noatun-plugins/oblique/oblique.h b/noatun-plugins/oblique/oblique.h
index 8755e55..096f936 100644
--- a/noatun-plugins/oblique/oblique.h
+++ b/noatun-plugins/oblique/oblique.h
@@ -27,7 +27,7 @@ namespace KIO
class Oblique : public Playlist, public Plugin
{
Q_OBJECT
- TQ_OBJECT
+
View *mView;
Base *mBase;
Selector *mSelector;
@@ -90,7 +90,7 @@ private slots:
class Loader : public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
// the id of the next file to load
FileId mDeferredLoaderAt;
Tree *mTree;
@@ -114,7 +114,7 @@ private slots:
class DirectoryAdder : public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
Oblique *mOblique;
KURL::List pendingAddDirectories;
KURL::List::Iterator lastAddedSubDirectory;
diff --git a/noatun-plugins/oblique/tree.h b/noatun-plugins/oblique/tree.h
index 4e5ca83..4e8317c 100644
--- a/noatun-plugins/oblique/tree.h
+++ b/noatun-plugins/oblique/tree.h
@@ -86,7 +86,7 @@ class Loader;
class Tree : public KListView
{
Q_OBJECT
- TQ_OBJECT
+
Oblique *mOblique;
Query mQuery;
diff --git a/noatun-plugins/oblique/view.h b/noatun-plugins/oblique/view.h
index b9d2a09..86ecece 100644
--- a/noatun-plugins/oblique/view.h
+++ b/noatun-plugins/oblique/view.h
@@ -16,7 +16,7 @@ class TabWidget;
class View : public KMainWindow
{
Q_OBJECT
- TQ_OBJECT
+
Oblique *mOblique;
Tree *mTree;
TQValueList<Tree*> mTrees;
@@ -60,7 +60,7 @@ protected:
class LineEditAction : public KWidgetAction
{
Q_OBJECT
- TQ_OBJECT
+
public:
LineEditAction(const TQString &text, const TQObject *reciever, const char *slot, KActionCollection *parent, const char *name);
diff --git a/noatun-plugins/pitchablespeed/pitchablespeed.h b/noatun-plugins/pitchablespeed/pitchablespeed.h
index 7947bb1..6a05344 100644
--- a/noatun-plugins/pitchablespeed/pitchablespeed.h
+++ b/noatun-plugins/pitchablespeed/pitchablespeed.h
@@ -21,7 +21,7 @@ class TQSlider;
class PitchableSpeed : public SpeedTuner, public Plugin
{
Q_OBJECT
- TQ_OBJECT
+
public:
PitchableSpeed();
diff --git a/noatun-plugins/synaescope/cmodule.h b/noatun-plugins/synaescope/cmodule.h
index f3f6447..8b13716 100644
--- a/noatun-plugins/synaescope/cmodule.h
+++ b/noatun-plugins/synaescope/cmodule.h
@@ -27,7 +27,7 @@ class TQSpinBox;
class SynaePrefs : public CModule
{
Q_OBJECT
- TQ_OBJECT
+
public:
SynaePrefs(TQObject *parent);
diff --git a/noatun-plugins/synaescope/synaescope.h b/noatun-plugins/synaescope/synaescope.h
index df5417d..2579151 100644
--- a/noatun-plugins/synaescope/synaescope.h
+++ b/noatun-plugins/synaescope/synaescope.h
@@ -17,7 +17,7 @@ class KProcess;
class SynaeScope : public TQObject, public Plugin
{
Q_OBJECT
- TQ_OBJECT
+
public:
SynaeScope();
diff --git a/noatun-plugins/tippercanoe/synaescope.h b/noatun-plugins/tippercanoe/synaescope.h
index 4479c65..e1e6ef0 100644
--- a/noatun-plugins/tippercanoe/synaescope.h
+++ b/noatun-plugins/tippercanoe/synaescope.h
@@ -19,7 +19,7 @@
class SynaeScope : public TQWidget, public StereoScope, public Plugin
{
Q_OBJECT
- TQ_OBJECT
+
public:
SynaeScope();
diff --git a/noatun-plugins/tyler/tyler.h b/noatun-plugins/tyler/tyler.h
index d6f540f..08b5bb2 100644
--- a/noatun-plugins/tyler/tyler.h
+++ b/noatun-plugins/tyler/tyler.h
@@ -12,7 +12,7 @@
class Tyler : public TQObject, public StereoScope, public Plugin
{
Q_OBJECT
- TQ_OBJECT
+
public:
Tyler();
diff --git a/noatun-plugins/wavecapture/wavecapture.h b/noatun-plugins/wavecapture/wavecapture.h
index b1d459d..28a2a1d 100644
--- a/noatun-plugins/wavecapture/wavecapture.h
+++ b/noatun-plugins/wavecapture/wavecapture.h
@@ -31,7 +31,7 @@ namespace KIO { class Job; }
class WaveCapture : public TQObject, public Plugin
{
Q_OBJECT
- TQ_OBJECT
+
NOATUNPLUGIND
public: