From 1ada2c8d702c18fba7782bb139045f80531bbb1b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 15:59:54 -0600 Subject: Remove spurious TQ_OBJECT instances --- src/src/configure.h | 2 +- src/src/knetstats.h | 2 +- src/src/knetstatsview.h | 2 +- src/src/statistics.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/src/configure.h b/src/src/configure.h index 68e4497..f214555 100644 --- a/src/src/configure.h +++ b/src/src/configure.h @@ -45,7 +45,7 @@ typedef TQMap OptionsMap; class Configure : public ConfigureBase { Q_OBJECT - TQ_OBJECT + public: Configure(KNetStats* parent, const InterfaceMap& ifs); diff --git a/src/src/knetstats.h b/src/src/knetstats.h index 33ce801..d9ab2a9 100644 --- a/src/src/knetstats.h +++ b/src/src/knetstats.h @@ -37,7 +37,7 @@ class Interface; class KNetStats : public TQWidget { Q_OBJECT - TQ_OBJECT + enum { IF_DETECTION_INTERVAL = 5000 diff --git a/src/src/knetstatsview.h b/src/src/knetstatsview.h index 31c3129..31cb193 100644 --- a/src/src/knetstatsview.h +++ b/src/src/knetstatsview.h @@ -42,7 +42,7 @@ class KNetStats; class KNetStatsView : public KSystemTray { Q_OBJECT - TQ_OBJECT + enum { HISTORY_SIZE = 50, // Speed history buffer size diff --git a/src/src/statistics.h b/src/src/statistics.h index 4ba1f5d..f837768 100644 --- a/src/src/statistics.h +++ b/src/src/statistics.h @@ -28,7 +28,7 @@ class KNetStatsView; class Statistics : public StatisticsBase { Q_OBJECT - TQ_OBJECT + public: Statistics( KNetStatsView* parent = 0, const char *name = 0 ); -- cgit v1.2.1