diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-15 15:32:37 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-15 15:32:37 -0600 |
commit | 3227a6694d1fa7e0a6e290d5b65c96428eca39d1 (patch) | |
tree | 59ff331c2387ab2c52e0f54eb663ed6f50d61079 /src/thememoodin.h | |
parent | a6617dd36aadab336910eed6fb4ad609507297db (diff) | |
download | ksplash-engine-moodin-3227a6694d1fa7e0a6e290d5b65c96428eca39d1.tar.gz ksplash-engine-moodin-3227a6694d1fa7e0a6e290d5b65c96428eca39d1.zip |
Rename a number of old tq methods that are no longer tq specific
Diffstat (limited to 'src/thememoodin.h')
-rw-r--r-- | src/thememoodin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/thememoodin.h b/src/thememoodin.h index d607edf..cf7f285 100644 --- a/src/thememoodin.h +++ b/src/thememoodin.h @@ -122,7 +122,7 @@ private: void paintEvent(TQPaintEvent* pe); void readSettings(); void arrangeWidget(TQWidget* me, const int index); - void updatetqStatus(); + void updateStatus(); EffectWidget* createEffectWidget(TQWidget *parent, TQImage *image); }; |