summaryrefslogtreecommitdiffstats
path: root/kmobile
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 15:07:09 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 22:35:23 +0900
commitcd4b0ac22608120ad003f575a1640e1ddc7703df (patch)
treee68977e058f9d4900eaf266d1dbfc277dbae62e0 /kmobile
parentcc2af80602eb3d2a8ea2915d6ff59a10b17f7a21 (diff)
downloadtdepim-cd4b0ac22608120ad003f575a1640e1ddc7703df.tar.gz
tdepim-cd4b0ac22608120ad003f575a1640e1ddc7703df.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kmobile')
-rw-r--r--kmobile/devices/gnokii/gnokii_mobile.h2
-rw-r--r--kmobile/devices/gnokii/gnokiiconfig.h2
-rw-r--r--kmobile/devices/skeleton/skeleton.h2
-rw-r--r--kmobile/kmobile.h2
-rw-r--r--kmobile/kmobileclient.h2
-rw-r--r--kmobile/kmobiledevice.h2
-rw-r--r--kmobile/kmobileitem.h2
-rw-r--r--kmobile/kmobileview.h2
-rw-r--r--kmobile/pref.h6
-rw-r--r--kmobile/systemtray.h2
10 files changed, 12 insertions, 12 deletions
diff --git a/kmobile/devices/gnokii/gnokii_mobile.h b/kmobile/devices/gnokii/gnokii_mobile.h
index edf67b63..461c6d3f 100644
--- a/kmobile/devices/gnokii/gnokii_mobile.h
+++ b/kmobile/devices/gnokii/gnokii_mobile.h
@@ -29,7 +29,7 @@
class KMobileGnokii : public KMobileDevice
{
-Q_OBJECT
+TQ_OBJECT
public:
KMobileGnokii( TQObject *obj=0, const char *name=0, const TQStringList &args=TQStringList() );
diff --git a/kmobile/devices/gnokii/gnokiiconfig.h b/kmobile/devices/gnokii/gnokiiconfig.h
index 530bb4e4..a3f3b04b 100644
--- a/kmobile/devices/gnokii/gnokiiconfig.h
+++ b/kmobile/devices/gnokii/gnokiiconfig.h
@@ -25,7 +25,7 @@
class GnokiiConfig : public GnokiiConfigUI
{
-Q_OBJECT
+TQ_OBJECT
public:
GnokiiConfig( TQWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
diff --git a/kmobile/devices/skeleton/skeleton.h b/kmobile/devices/skeleton/skeleton.h
index 8440df3f..b96af359 100644
--- a/kmobile/devices/skeleton/skeleton.h
+++ b/kmobile/devices/skeleton/skeleton.h
@@ -28,7 +28,7 @@
class KMobileSkeleton : public KMobileDevice
{
-Q_OBJECT
+TQ_OBJECT
public:
KMobileSkeleton( TQObject *obj=0, const char *name=0, const TQStringList &args=TQStringList() );
diff --git a/kmobile/kmobile.h b/kmobile/kmobile.h
index f2e110ac..b3223232 100644
--- a/kmobile/kmobile.h
+++ b/kmobile/kmobile.h
@@ -22,7 +22,7 @@ class SystemTray;
*/
class KMobile : public TDEMainWindow
{
- Q_OBJECT
+ TQ_OBJECT
public:
/**
diff --git a/kmobile/kmobileclient.h b/kmobile/kmobileclient.h
index df46600a..bdb5b19a 100644
--- a/kmobile/kmobileclient.h
+++ b/kmobile/kmobileclient.h
@@ -10,7 +10,7 @@
class KDE_EXPORT KMobileClient : public DCOPClient
{
- Q_OBJECT
+ TQ_OBJECT
public:
KMobileClient();
diff --git a/kmobile/kmobiledevice.h b/kmobile/kmobiledevice.h
index 546a6a11..6647ab73 100644
--- a/kmobile/kmobiledevice.h
+++ b/kmobile/kmobiledevice.h
@@ -64,7 +64,7 @@ class TDEConfig;
class KDE_EXPORT KMobileDevice : public KLibFactory
{
- Q_OBJECT
+ TQ_OBJECT
friend class KMobileView;
diff --git a/kmobile/kmobileitem.h b/kmobile/kmobileitem.h
index 02ee75cb..d4ae627d 100644
--- a/kmobile/kmobileitem.h
+++ b/kmobile/kmobileitem.h
@@ -12,7 +12,7 @@
class KMobileItem : public TQObject, public TQIconViewItem
{
- Q_OBJECT
+ TQ_OBJECT
friend class KMobileView;
public:
diff --git a/kmobile/kmobileview.h b/kmobile/kmobileview.h
index fb50ce5c..d8862b85 100644
--- a/kmobile/kmobileview.h
+++ b/kmobile/kmobileview.h
@@ -22,7 +22,7 @@ class KMobileItem;
*/
class KDE_EXPORT KMobileView : public TQIconView, public kmobileIface
{
- Q_OBJECT
+ TQ_OBJECT
public:
KMobileView(TQWidget *parent, TDEConfig *_config);
diff --git a/kmobile/pref.h b/kmobile/pref.h
index 81430335..787cc581 100644
--- a/kmobile/pref.h
+++ b/kmobile/pref.h
@@ -13,7 +13,7 @@ class KMobilePrefPageTwo;
class KMobilePreferences : public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
KMobilePreferences();
@@ -25,7 +25,7 @@ private:
class KMobilePrefPageOne : public TQFrame
{
- Q_OBJECT
+ TQ_OBJECT
public:
KMobilePrefPageOne(TQWidget *parent = 0);
@@ -33,7 +33,7 @@ public:
class KMobilePrefPageTwo : public TQFrame
{
- Q_OBJECT
+ TQ_OBJECT
public:
KMobilePrefPageTwo(TQWidget *parent = 0);
diff --git a/kmobile/systemtray.h b/kmobile/systemtray.h
index a64cabad..88219269 100644
--- a/kmobile/systemtray.h
+++ b/kmobile/systemtray.h
@@ -27,7 +27,7 @@ class TDEAction;
class SystemTray : public KSystemTray
{
- Q_OBJECT
+ TQ_OBJECT
public: