diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 12:48:45 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-23 18:52:51 +0900 |
commit | c2f3a9248edaa531557abeb0eac208c5440f0223 (patch) | |
tree | 1de675de74e789174dbaf16148dd6313e86063f6 /doc/other | |
parent | 483ec9b56be4a56c33a8892bc2ca20506600a9b8 (diff) | |
download | tdepacman-c2f3a9248edaa531557abeb0eac208c5440f0223.tar.gz tdepacman-c2f3a9248edaa531557abeb0eac208c5440f0223.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit e2bdc2c6cf2fdb79b7d1b21fd8d9fafb53404ff9)
Diffstat (limited to 'doc/other')
-rw-r--r-- | doc/other/tdepacman-api/tdepacman_h.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/other/tdepacman-api/tdepacman_h.html b/doc/other/tdepacman-api/tdepacman_h.html index 5d4a263..b0d16ac 100644 --- a/doc/other/tdepacman-api/tdepacman_h.html +++ b/doc/other/tdepacman-api/tdepacman_h.html @@ -56,7 +56,7 @@ /** TDEpacman is the base class of the project */ class TDEpacman : public TQWidget { - Q_OBJECT + TQ_OBJECT public: /** construtor */ TDEpacman(TQWidget* parent=0, const char *name=0); |