summaryrefslogtreecommitdiffstats
path: root/certmanager/lib/ui/cryptoconfigmodule_p.h
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 /certmanager/lib/ui/cryptoconfigmodule_p.h
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 'certmanager/lib/ui/cryptoconfigmodule_p.h')
-rw-r--r--certmanager/lib/ui/cryptoconfigmodule_p.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/certmanager/lib/ui/cryptoconfigmodule_p.h b/certmanager/lib/ui/cryptoconfigmodule_p.h
index c841a092..652d2071 100644
--- a/certmanager/lib/ui/cryptoconfigmodule_p.h
+++ b/certmanager/lib/ui/cryptoconfigmodule_p.h
@@ -57,7 +57,7 @@ namespace Kleo {
* A widget corresponding to a component in the crypto config
*/
class CryptoConfigComponentGUI : public TQWidget {
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -77,7 +77,7 @@ namespace Kleo {
* A class managing widgets corresponding to a group in the crypto config
*/
class CryptoConfigGroupGUI : public TQObject {
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -109,7 +109,7 @@ namespace Kleo {
* Base class for the widget managers tied to an entry in the crypto config
*/
class CryptoConfigEntryGUI : public TQObject {
- Q_OBJECT
+ TQ_OBJECT
public:
CryptoConfigEntryGUI( CryptoConfigModule* module,
@@ -147,7 +147,7 @@ namespace Kleo {
* A widget manager for a string entry in the crypto config
*/
class CryptoConfigEntryLineEdit : public CryptoConfigEntryGUI {
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -167,7 +167,7 @@ namespace Kleo {
* A widget manager for a path entry in the crypto config
*/
class CryptoConfigEntryPath : public CryptoConfigEntryGUI {
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -187,7 +187,7 @@ namespace Kleo {
* A widget manager for a directory path entry in the crypto config
*/
class CryptoConfigEntryDirPath : public CryptoConfigEntryGUI {
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -207,7 +207,7 @@ namespace Kleo {
* A widget manager for an URL entry in the crypto config
*/
class CryptoConfigEntryURL : public CryptoConfigEntryGUI {
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -227,7 +227,7 @@ namespace Kleo {
* A widget manager for an int/uint entry in the crypto config
*/
class CryptoConfigEntrySpinBox : public CryptoConfigEntryGUI {
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -247,7 +247,7 @@ namespace Kleo {
* A widget manager for a bool entry in the crypto config
*/
class CryptoConfigEntryCheckBox : public CryptoConfigEntryGUI {
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -266,7 +266,7 @@ namespace Kleo {
* A widget manager for a bool entry in the crypto config
*/
class CryptoConfigEntryLDAPURL : public CryptoConfigEntryGUI {
- Q_OBJECT
+ TQ_OBJECT
public: