summaryrefslogtreecommitdiffstats
path: root/kmoon/kmoonwidget.h
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2011-12-15 15:50:42 -0600
committerTimothy Pearson <[email protected]>2011-12-15 15:50:42 -0600
commit6cdf35ab11c322f33feca5baf090ef56068b6049 (patch)
treeca493b21887096329578b1c02530fd4ca9388cfc /kmoon/kmoonwidget.h
parent44b2e94b380d4e5ec1539874823ffc06f05515cb (diff)
downloadtdetoys-6cdf35ab11c322f33feca5baf090ef56068b6049.tar.gz
tdetoys-6cdf35ab11c322f33feca5baf090ef56068b6049.zip
Rename a number of old tq methods that are no longer tq specific
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);