summaryrefslogtreecommitdiffstats
path: root/tdeio/tdefile/kpropertiesdialog.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 15:36:09 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 19:46:54 +0900
commit55cd4e5c5697a37d6845e2f056a16c512799023c (patch)
tree931f7e94f3a152b1bc24f3e676b5eb6651064d6b /tdeio/tdefile/kpropertiesdialog.h
parent5c2b0a1494b04e420a342ea5bae7699a812af82c (diff)
downloadtdelibs-55cd4e5c5697a37d6845e2f056a16c512799023c.tar.gz
tdelibs-55cd4e5c5697a37d6845e2f056a16c512799023c.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 8eb500c4e81229a9853e2f9bac4f39450083f3d7)
Diffstat (limited to 'tdeio/tdefile/kpropertiesdialog.h')
-rw-r--r--tdeio/tdefile/kpropertiesdialog.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/tdeio/tdefile/kpropertiesdialog.h b/tdeio/tdefile/kpropertiesdialog.h
index 2ff0c576d..cc1f75b86 100644
--- a/tdeio/tdefile/kpropertiesdialog.h
+++ b/tdeio/tdefile/kpropertiesdialog.h
@@ -69,7 +69,7 @@ namespace TDEIO { class Job; }
*/
class TDEIO_EXPORT KPropertiesDialog : public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -436,7 +436,7 @@ private:
*/
class TDEIO_EXPORT KPropsDlgPlugin : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
/**
* Constructor
@@ -494,7 +494,7 @@ private:
*/
class TDEIO_EXPORT KFilePropsPlugin : public KPropsDlgPlugin
{
- Q_OBJECT
+ TQ_OBJECT
public:
/**
* Constructor
@@ -570,7 +570,7 @@ private:
*/
class TDEIO_EXPORT KFilePermissionsPropsPlugin : public KPropsDlgPlugin
{
- Q_OBJECT
+ TQ_OBJECT
public:
enum PermissionsMode {
PermissionsOnlyFiles = 0,
@@ -656,7 +656,7 @@ private:
*/
class TDEIO_EXPORT KURLPropsPlugin : public KPropsDlgPlugin
{
- Q_OBJECT
+ TQ_OBJECT
public:
/**
* Constructor
@@ -691,7 +691,7 @@ private:
*/
class TDEIO_EXPORT KBindingPropsPlugin : public KPropsDlgPlugin
{
- Q_OBJECT
+ TQ_OBJECT
public:
/**
* Constructor
@@ -721,7 +721,7 @@ private:
*/
class TDEIO_EXPORT KDevicePropsPlugin : public KPropsDlgPlugin
{
- Q_OBJECT
+ TQ_OBJECT
public:
KDevicePropsPlugin( KPropertiesDialog *_props );
virtual ~KDevicePropsPlugin();
@@ -774,7 +774,7 @@ class KPropertiesDesktopBase;
*/
class TDEIO_EXPORT KDesktopPropsPlugin : public KPropsDlgPlugin
{
- Q_OBJECT
+ TQ_OBJECT
public:
/**
* Constructor
@@ -825,7 +825,7 @@ private:
/// Remove in KDE4
class TDEIO_EXPORT_DEPRECATED KExecPropsPlugin : public KPropsDlgPlugin
{
- Q_OBJECT
+ TQ_OBJECT
public:
/**
* Constructor
@@ -881,7 +881,7 @@ private:
/// Remove in KDE4
class TDEIO_EXPORT_DEPRECATED TDEApplicationPropsPlugin : public KPropsDlgPlugin
{
- Q_OBJECT
+ TQ_OBJECT
public:
/**
* Constructor