summaryrefslogtreecommitdiffstats
path: root/kmoon/kmoonwidget.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-18 18:35:14 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-18 18:35:14 -0600
commit3ee504ecba6caf3c2609a8648fe3659f2b541544 (patch)
tree44f9bf073d7b46a12dfbab0486e6976d960a1aac /kmoon/kmoonwidget.h
parent4d75f93557ba631d97a56e288a34ca27f4507653 (diff)
downloadtdetoys-3ee504ecba6caf3c2609a8648fe3659f2b541544.tar.gz
tdetoys-3ee504ecba6caf3c2609a8648fe3659f2b541544.zip
Rename old tq methods that no longer need a unique name
Diffstat (limited to 'kmoon/kmoonwidget.h')
-rw-r--r--kmoon/kmoonwidget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmoon/kmoonwidget.h b/kmoon/kmoonwidget.h
index 3b2415f..f636b60 100644
--- a/kmoon/kmoonwidget.h
+++ b/kmoon/kmoonwidget.h
@@ -37,7 +37,7 @@ public:
MoonWidget(TQWidget *parent = 0, const char *name = 0);
~MoonWidget();
- void calctqStatus( time_t time );
+ void calcStatus( time_t time );
int angle() const { return _angle; }
void setAngle(int angle);