summaryrefslogtreecommitdiffstats
path: root/korganizer/plugins/hebrew/hebrew.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'korganizer/plugins/hebrew/hebrew.cpp')
-rw-r--r--korganizer/plugins/hebrew/hebrew.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/korganizer/plugins/hebrew/hebrew.cpp b/korganizer/plugins/hebrew/hebrew.cpp
index 8a9f37bd..ce0d9696 100644
--- a/korganizer/plugins/hebrew/hebrew.cpp
+++ b/korganizer/plugins/hebrew/hebrew.cpp
@@ -103,9 +103,9 @@ TQString Hebrew::info()
i18n("This plugin provides the date in the Jewish calendar.");
}
-void Hebrew::configure(TQWidget * parent)
+void Hebrew::configure(TQWidget * tqparent)
{
- ConfigDialog *dlg = new ConfigDialog(parent); //parent?
+ ConfigDialog *dlg = new ConfigDialog(tqparent); //tqparent?
dlg->exec();
delete dlg;