summaryrefslogtreecommitdiffstats
path: root/plugins/stats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:01:12 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:01:12 -0600
commit4ffdeab3ca64c74e7053b2e26c93ebc7f6e22823 (patch)
tree29c8b57041bdd44df52c6090be5f4afc75bd1d4e /plugins/stats
parent5a28de2492a2755625b0f7b214a5d38cdfd7eda1 (diff)
downloadktorrent-4ffdeab3ca64c74e7053b2e26c93ebc7f6e22823.tar.gz
ktorrent-4ffdeab3ca64c74e7053b2e26c93ebc7f6e22823.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'plugins/stats')
-rw-r--r--plugins/stats/ChartDrawer.h2
-rw-r--r--plugins/stats/StatsCon.h2
-rw-r--r--plugins/stats/StatsPluginPrefs.h2
-rw-r--r--plugins/stats/StatsSpd.h2
-rw-r--r--plugins/stats/statsplugin.h2
5 files changed, 5 insertions, 5 deletions
diff --git a/plugins/stats/ChartDrawer.h b/plugins/stats/ChartDrawer.h
index 2345f14..912d153 100644
--- a/plugins/stats/ChartDrawer.h
+++ b/plugins/stats/ChartDrawer.h
@@ -47,7 +47,7 @@ namespace kt {
class ChartDrawer : public TQWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
///Type used as widget size unit
diff --git a/plugins/stats/StatsCon.h b/plugins/stats/StatsCon.h
index da984f1..53371a2 100644
--- a/plugins/stats/StatsCon.h
+++ b/plugins/stats/StatsCon.h
@@ -35,7 +35,7 @@ namespace kt {
class StatsCon : public StatsConWgt
{
Q_OBJECT
- TQ_OBJECT
+
private:
///Layout of peers connections
TQVBoxLayout * pmPeersConLay;
diff --git a/plugins/stats/StatsPluginPrefs.h b/plugins/stats/StatsPluginPrefs.h
index 1d5b4f7..271caf2 100644
--- a/plugins/stats/StatsPluginPrefs.h
+++ b/plugins/stats/StatsPluginPrefs.h
@@ -43,7 +43,7 @@ namespace kt {
class StatsPluginPrefs : public TQObject, public PrefPageInterface
{
Q_OBJECT
- TQ_OBJECT
+
private:
///Widget
diff --git a/plugins/stats/StatsSpd.h b/plugins/stats/StatsSpd.h
index 971209a..4f75161 100644
--- a/plugins/stats/StatsSpd.h
+++ b/plugins/stats/StatsSpd.h
@@ -39,7 +39,7 @@ namespace kt {
class StatsSpd : public StatsSpdWgt
{
Q_OBJECT
- TQ_OBJECT
+
private:
///Layout of upload speed
diff --git a/plugins/stats/statsplugin.h b/plugins/stats/statsplugin.h
index 4266d43..8cdf345 100644
--- a/plugins/stats/statsplugin.h
+++ b/plugins/stats/statsplugin.h
@@ -52,7 +52,7 @@ namespace kt {
class StatsPlugin : public Plugin
{
Q_OBJECT
- TQ_OBJECT
+
private:
///Speed UI of the plugin