diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 15:07:45 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 15:07:45 +0900 |
commit | f52c435e293d27908ce3f2b0fe41d58f06f4ec80 (patch) | |
tree | ddb47c111df608a2bedf7e44a3c3523c8eeaf826 /tdewallet | |
parent | 2ef5cc391777c9d91c7c42d7d89fbdeb3ae0c88f (diff) | |
download | tdeutils-f52c435e293d27908ce3f2b0fe41d58f06f4ec80.tar.gz tdeutils-f52c435e293d27908ce3f2b0fe41d58f06f4ec80.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdewallet')
-rw-r--r-- | tdewallet/allyourbase.h | 4 | ||||
-rw-r--r-- | tdewallet/konfigurator/konfigurator.h | 2 | ||||
-rw-r--r-- | tdewallet/kwmapeditor.h | 2 | ||||
-rw-r--r-- | tdewallet/tdewalleteditor.h | 2 | ||||
-rw-r--r-- | tdewallet/tdewalletmanager.h | 2 | ||||
-rw-r--r-- | tdewallet/tdewalletpopup.h | 2 |
6 files changed, 7 insertions, 7 deletions
diff --git a/tdewallet/allyourbase.h b/tdewallet/allyourbase.h index e5e78ee..defc408 100644 --- a/tdewallet/allyourbase.h +++ b/tdewallet/allyourbase.h @@ -96,7 +96,7 @@ class TDEWalletFolderItem : public TDEListViewItem { }; class TDEWalletEntryList : public TDEListView { - Q_OBJECT + TQ_OBJECT public: TDEWalletEntryList(TQWidget *parent, const char *name = 0L); @@ -133,7 +133,7 @@ class TDEWalletItem : public TQIconViewItem { class TDEWalletIconView : public TDEIconView { - Q_OBJECT + TQ_OBJECT public: TDEWalletIconView(TQWidget *parent, const char *name = 0L); diff --git a/tdewallet/konfigurator/konfigurator.h b/tdewallet/konfigurator/konfigurator.h index f133912..85599a4 100644 --- a/tdewallet/konfigurator/konfigurator.h +++ b/tdewallet/konfigurator/konfigurator.h @@ -27,7 +27,7 @@ class WalletConfigWidget; class TQListViewItem; class TDEWalletConfig : public TDECModule { - Q_OBJECT + TQ_OBJECT public: TDEWalletConfig(TQWidget *parent = 0L, const char *name = 0L, const TQStringList& = TQStringList()); diff --git a/tdewallet/kwmapeditor.h b/tdewallet/kwmapeditor.h index cad9c6a..484155f 100644 --- a/tdewallet/kwmapeditor.h +++ b/tdewallet/kwmapeditor.h @@ -28,7 +28,7 @@ class TDEAction; class TDEActionCollection; class KWMapEditor : public TQTable { - Q_OBJECT + TQ_OBJECT public: diff --git a/tdewallet/tdewalleteditor.h b/tdewallet/tdewalleteditor.h index 4000bb2..64f408b 100644 --- a/tdewallet/tdewalleteditor.h +++ b/tdewallet/tdewalleteditor.h @@ -35,7 +35,7 @@ class TDEWalletEntryList; class KWMapEditor; class TDEWalletEditor : public TDEMainWindow { - Q_OBJECT + TQ_OBJECT public: diff --git a/tdewallet/tdewalletmanager.h b/tdewallet/tdewalletmanager.h index 081c6bb..01b3f54 100644 --- a/tdewallet/tdewalletmanager.h +++ b/tdewallet/tdewalletmanager.h @@ -31,7 +31,7 @@ class DCOPRef; class TDEWalletManager : public TDEMainWindow, public DCOPObject { - Q_OBJECT + TQ_OBJECT // K_DCOP diff --git a/tdewallet/tdewalletpopup.h b/tdewallet/tdewalletpopup.h index 2b4ba86..7f82ba1 100644 --- a/tdewallet/tdewalletpopup.h +++ b/tdewallet/tdewalletpopup.h @@ -25,7 +25,7 @@ #include <tqstring.h> class TDEWalletPopup : public TDEPopupMenu { - Q_OBJECT + TQ_OBJECT public: |