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-20 12:48:45 +0900 |
commit | e2bdc2c6cf2fdb79b7d1b21fd8d9fafb53404ff9 (patch) | |
tree | 1de675de74e789174dbaf16148dd6313e86063f6 /doc | |
parent | 0d8600d9bf545684981dc729582d88835ac76d8d (diff) | |
download | tdepacman-e2bdc2c6cf2fdb79b7d1b21fd8d9fafb53404ff9.tar.gz tdepacman-e2bdc2c6cf2fdb79b7d1b21fd8d9fafb53404ff9.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc')
-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); |