summaryrefslogtreecommitdiffstats
path: root/src/configure.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 14:03:32 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-25 13:08:23 +0900
commitd20207ca6e9b087322e6dd5b7de40d35fda20ef9 (patch)
treee1401ae657e52c86a12d0c26e13a141e837133c6 /src/configure.h
parent1648ae32d2211e8ca1b921dd1e6d0dfb3c6c9b5c (diff)
downloadknetstats-d20207ca6e9b087322e6dd5b7de40d35fda20ef9.tar.gz
knetstats-d20207ca6e9b087322e6dd5b7de40d35fda20ef9.zip
Replace Q_OBJECT with TQ_OBJECTr14.1.1
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit e18aea39eb3789197c8ff9299185726049899433)
Diffstat (limited to 'src/configure.h')
-rw-r--r--src/configure.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configure.h b/src/configure.h
index f214555..23ab2e0 100644
--- a/src/configure.h
+++ b/src/configure.h
@@ -44,7 +44,7 @@ typedef TQMap<TQString, KNetStatsView::Options> OptionsMap;
*/
class Configure : public ConfigureBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
Configure(KNetStats* parent, const InterfaceMap& ifs);