diff options
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); |