summaryrefslogtreecommitdiffstats
path: root/src/thememoodin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/thememoodin.cpp')
-rw-r--r--src/thememoodin.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/thememoodin.cpp b/src/thememoodin.cpp
index eac1a08..9c8f7ec 100644
--- a/src/thememoodin.cpp
+++ b/src/thememoodin.cpp
@@ -34,8 +34,8 @@
K_EXPORT_COMPONENT_FACTORY(ksplashmoodin, KGenericFactory<ThemeMoodin>("ksplash"))
-ThemeMoodin::ThemeMoodin(TQWidget* tqparent, const char* name, const TQStringList& args)
- :ThemeEngine(tqparent, name, args)
+ThemeMoodin::ThemeMoodin(TQWidget* parent, const char* name, const TQStringList& args)
+ :ThemeEngine(parent, name, args)
{
readSettings();
init();
@@ -330,9 +330,9 @@ void ThemeMoodin::arrangeWidget(TQWidget* w, const int index)
}
-EffectWidget* ThemeMoodin::createEffectWidget(TQWidget* tqparent, TQImage* image)
+EffectWidget* ThemeMoodin::createEffectWidget(TQWidget* parent, TQImage* image)
{
- EffectWidget *fw = new EffectWidget(tqparent);
+ EffectWidget *fw = new EffectWidget(parent);
fw->hide();
fw->setBackgroundOrigin(TQWidget::WindowOrigin);