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 OptionsMap; */ class Configure : public ConfigureBase { - Q_OBJECT + TQ_OBJECT public: Configure(KNetStats* parent, const InterfaceMap& ifs); diff --git a/src/knetstats.h b/src/knetstats.h index e5042da..294fc3c 100644 --- a/src/knetstats.h +++ b/src/knetstats.h @@ -36,7 +36,7 @@ class Interface; class KNetStats : public TQWidget { - Q_OBJECT + TQ_OBJECT enum { diff --git a/src/knetstatsview.h b/src/knetstatsview.h index e8cc0b8..fb92450 100644 --- a/src/knetstatsview.h +++ b/src/knetstatsview.h @@ -42,7 +42,7 @@ class KNetStats; */ class KNetStatsView : public KSystemTray { - Q_OBJECT + TQ_OBJECT enum { diff --git a/src/statistics.h b/src/statistics.h index a979961..b317bab 100644 --- a/src/statistics.h +++ b/src/statistics.h @@ -28,7 +28,7 @@ class KNetStatsView; class Statistics : public StatisticsBase { - Q_OBJECT + TQ_OBJECT public: