diff options
-rw-r--r-- | src/src/configure.h | 2 | ||||
-rw-r--r-- | src/src/knetstats.h | 2 | ||||
-rw-r--r-- | src/src/knetstatsview.h | 2 | ||||
-rw-r--r-- | src/src/statistics.h | 2 |
4 files changed, 4 insertions, 4 deletions
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<TQString, KNetStatsView::Options> 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 ); |