summaryrefslogtreecommitdiffstats
path: root/kicker-applets
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 15:05:05 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 15:05:05 +0900
commit826b1b771cc20f515acf936bd3a2dcd83ce353b8 (patch)
tree162b5b770de9e59e9e4585883875efc50d78cd43 /kicker-applets
parent05e1c8a9a53e4c272b40ec142d399393785c98c5 (diff)
downloadtdeaddons-826b1b771cc20f515acf936bd3a2dcd83ce353b8.tar.gz
tdeaddons-826b1b771cc20f515acf936bd3a2dcd83ce353b8.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kicker-applets')
-rw-r--r--kicker-applets/kbinaryclock/kbinaryclock.h4
-rw-r--r--kicker-applets/kolourpicker/kolourpicker.h2
-rw-r--r--kicker-applets/kolourpicker/simplebutton.h4
-rw-r--r--kicker-applets/ktimemon/confdlg.h2
-rw-r--r--kicker-applets/ktimemon/timemon.h2
-rw-r--r--kicker-applets/math/mathapplet.h2
-rw-r--r--kicker-applets/mediacontrol/amarokInterface.h2
-rw-r--r--kicker-applets/mediacontrol/configfrontend.h2
-rw-r--r--kicker-applets/mediacontrol/jukInterface.h2
-rw-r--r--kicker-applets/mediacontrol/kscdInterface.h2
-rw-r--r--kicker-applets/mediacontrol/mcslider.h2
-rw-r--r--kicker-applets/mediacontrol/mediacontrol.h4
-rw-r--r--kicker-applets/mediacontrol/mediacontrolconfig.h2
-rw-r--r--kicker-applets/mediacontrol/mpdInterface.h2
-rw-r--r--kicker-applets/mediacontrol/noatunInterface.h2
-rw-r--r--kicker-applets/mediacontrol/playerInterface.h2
-rw-r--r--kicker-applets/mediacontrol/simplebutton.h4
-rw-r--r--kicker-applets/mediacontrol/xmmsInterface.h2
18 files changed, 22 insertions, 22 deletions
diff --git a/kicker-applets/kbinaryclock/kbinaryclock.h b/kicker-applets/kbinaryclock/kbinaryclock.h
index 0ada3f5..f42ad9e 100644
--- a/kicker-applets/kbinaryclock/kbinaryclock.h
+++ b/kicker-applets/kbinaryclock/kbinaryclock.h
@@ -37,7 +37,7 @@ class TQGridLayout;
class KBinaryClock;
class SettingsImp : public Settings {
- Q_OBJECT
+ TQ_OBJECT
public:
SettingsImp(TQWidget* parent=0,
@@ -71,7 +71,7 @@ class ClockAppletToolTip : public TQToolTip
};
class KBinaryClock : public KPanelApplet {
- Q_OBJECT
+ TQ_OBJECT
public:
KBinaryClock(const TQString& configFile, Type t = Normal, int actions = 0, TQWidget *parent = 0, const char *name = 0);
diff --git a/kicker-applets/kolourpicker/kolourpicker.h b/kicker-applets/kolourpicker/kolourpicker.h
index 8673376..04b9fb9 100644
--- a/kicker-applets/kolourpicker/kolourpicker.h
+++ b/kicker-applets/kolourpicker/kolourpicker.h
@@ -33,7 +33,7 @@ class TQPopupMenu;
class KolourPicker : public KPanelApplet
{
- Q_OBJECT
+ TQ_OBJECT
public:
KolourPicker(const TQString& configFile, Type t = Normal, int actions = 0,
diff --git a/kicker-applets/kolourpicker/simplebutton.h b/kicker-applets/kolourpicker/simplebutton.h
index e5626a5..b3ab442 100644
--- a/kicker-applets/kolourpicker/simplebutton.h
+++ b/kicker-applets/kolourpicker/simplebutton.h
@@ -28,7 +28,7 @@
class KDE_EXPORT SimpleButton : public TQButton
{
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -63,7 +63,7 @@ class KDE_EXPORT SimpleButton : public TQButton
class KDE_EXPORT SimpleArrowButton: public SimpleButton
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kicker-applets/ktimemon/confdlg.h b/kicker-applets/ktimemon/confdlg.h
index d30cd29..7cb80b9 100644
--- a/kicker-applets/ktimemon/confdlg.h
+++ b/kicker-applets/ktimemon/confdlg.h
@@ -45,7 +45,7 @@ class KColorButton;
class KConfDialog : public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kicker-applets/ktimemon/timemon.h b/kicker-applets/ktimemon/timemon.h
index 9ced9d1..8e74c19 100644
--- a/kicker-applets/ktimemon/timemon.h
+++ b/kicker-applets/ktimemon/timemon.h
@@ -43,7 +43,7 @@ class TDEPopupMenu;
*/
class KTimeMon : public KPanelApplet, TQToolTip {
- Q_OBJECT
+ TQ_OBJECT
public:
enum MouseAction { NOTHING, SWITCH, MENU, COMMAND };
diff --git a/kicker-applets/math/mathapplet.h b/kicker-applets/math/mathapplet.h
index e8792b9..f4845df 100644
--- a/kicker-applets/math/mathapplet.h
+++ b/kicker-applets/math/mathapplet.h
@@ -37,7 +37,7 @@ class TDEPopupMenu;
class MathApplet : public KPanelApplet
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kicker-applets/mediacontrol/amarokInterface.h b/kicker-applets/mediacontrol/amarokInterface.h
index 88742f4..09e8714 100644
--- a/kicker-applets/mediacontrol/amarokInterface.h
+++ b/kicker-applets/mediacontrol/amarokInterface.h
@@ -28,7 +28,7 @@
class AmarokInterface : public PlayerInterface
{
- Q_OBJECT
+ TQ_OBJECT
public:
AmarokInterface();
diff --git a/kicker-applets/mediacontrol/configfrontend.h b/kicker-applets/mediacontrol/configfrontend.h
index 665facc..9a88854 100644
--- a/kicker-applets/mediacontrol/configfrontend.h
+++ b/kicker-applets/mediacontrol/configfrontend.h
@@ -26,7 +26,7 @@
class ConfigFrontend : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
ConfigFrontend();
diff --git a/kicker-applets/mediacontrol/jukInterface.h b/kicker-applets/mediacontrol/jukInterface.h
index b0e20c7..b8c70e3 100644
--- a/kicker-applets/mediacontrol/jukInterface.h
+++ b/kicker-applets/mediacontrol/jukInterface.h
@@ -29,7 +29,7 @@ class TQProcess;
class JuKInterface : public PlayerInterface
{
- Q_OBJECT
+ TQ_OBJECT
public:
JuKInterface();
diff --git a/kicker-applets/mediacontrol/kscdInterface.h b/kicker-applets/mediacontrol/kscdInterface.h
index 518c1d5..9a0a8e9 100644
--- a/kicker-applets/mediacontrol/kscdInterface.h
+++ b/kicker-applets/mediacontrol/kscdInterface.h
@@ -28,7 +28,7 @@
class KsCDInterface : public PlayerInterface
{
- Q_OBJECT
+ TQ_OBJECT
public:
KsCDInterface();
diff --git a/kicker-applets/mediacontrol/mcslider.h b/kicker-applets/mediacontrol/mcslider.h
index 427bb94..26b7922 100644
--- a/kicker-applets/mediacontrol/mcslider.h
+++ b/kicker-applets/mediacontrol/mcslider.h
@@ -22,7 +22,7 @@
class MCSlider : public TQSlider
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kicker-applets/mediacontrol/mediacontrol.h b/kicker-applets/mediacontrol/mediacontrol.h
index 36898fc..55d8a6c 100644
--- a/kicker-applets/mediacontrol/mediacontrol.h
+++ b/kicker-applets/mediacontrol/mediacontrol.h
@@ -52,7 +52,7 @@ class MediaControlToolTip;
class TrayButton : public SimpleButton
{
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -65,7 +65,7 @@ class TrayButton : public SimpleButton
class MediaControl : public KPanelApplet, virtual public MediaControlIface
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kicker-applets/mediacontrol/mediacontrolconfig.h b/kicker-applets/mediacontrol/mediacontrolconfig.h
index 0d020c1..e1130b5 100644
--- a/kicker-applets/mediacontrol/mediacontrolconfig.h
+++ b/kicker-applets/mediacontrol/mediacontrolconfig.h
@@ -27,7 +27,7 @@ class TDEConfig;
class MediaControlConfig: public KDialogBase
{
-Q_OBJECT
+TQ_OBJECT
public:
MediaControlConfig(ConfigFrontend *cfg, TQWidget *parent = 0, const char* name = "MediaControlConfig");
diff --git a/kicker-applets/mediacontrol/mpdInterface.h b/kicker-applets/mediacontrol/mpdInterface.h
index 6128330..6d266f7 100644
--- a/kicker-applets/mediacontrol/mpdInterface.h
+++ b/kicker-applets/mediacontrol/mpdInterface.h
@@ -31,7 +31,7 @@
class MpdInterface
: public PlayerInterface
{
- Q_OBJECT
+ TQ_OBJECT
public:
MpdInterface();
diff --git a/kicker-applets/mediacontrol/noatunInterface.h b/kicker-applets/mediacontrol/noatunInterface.h
index af5a704..58e5a24 100644
--- a/kicker-applets/mediacontrol/noatunInterface.h
+++ b/kicker-applets/mediacontrol/noatunInterface.h
@@ -27,7 +27,7 @@
class NoatunInterface : public PlayerInterface
{
- Q_OBJECT
+ TQ_OBJECT
public:
NoatunInterface();
diff --git a/kicker-applets/mediacontrol/playerInterface.h b/kicker-applets/mediacontrol/playerInterface.h
index 9fa6c2c..ce01f82 100644
--- a/kicker-applets/mediacontrol/playerInterface.h
+++ b/kicker-applets/mediacontrol/playerInterface.h
@@ -23,7 +23,7 @@
class PlayerInterface : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
PlayerInterface();
diff --git a/kicker-applets/mediacontrol/simplebutton.h b/kicker-applets/mediacontrol/simplebutton.h
index e5626a5..b3ab442 100644
--- a/kicker-applets/mediacontrol/simplebutton.h
+++ b/kicker-applets/mediacontrol/simplebutton.h
@@ -28,7 +28,7 @@
class KDE_EXPORT SimpleButton : public TQButton
{
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -63,7 +63,7 @@ class KDE_EXPORT SimpleButton : public TQButton
class KDE_EXPORT SimpleArrowButton: public SimpleButton
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kicker-applets/mediacontrol/xmmsInterface.h b/kicker-applets/mediacontrol/xmmsInterface.h
index 9a0c236..8403b7a 100644
--- a/kicker-applets/mediacontrol/xmmsInterface.h
+++ b/kicker-applets/mediacontrol/xmmsInterface.h
@@ -29,7 +29,7 @@
class XmmsInterface : public PlayerInterface
{
- Q_OBJECT
+ TQ_OBJECT
public:
XmmsInterface();