diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 14:03:32 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 14:03:32 +0900 |
commit | e18aea39eb3789197c8ff9299185726049899433 (patch) | |
tree | e1401ae657e52c86a12d0c26e13a141e837133c6 /src/configure.h | |
parent | 1648ae32d2211e8ca1b921dd1e6d0dfb3c6c9b5c (diff) | |
download | knetstats-e18aea39eb3789197c8ff9299185726049899433.tar.gz knetstats-e18aea39eb3789197c8ff9299185726049899433.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/configure.h')
-rw-r--r-- | src/configure.h | 2 |
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); |