summaryrefslogtreecommitdiffstats
path: root/umbrello/umbrello/dialogs/codegenerationoptionspage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'umbrello/umbrello/dialogs/codegenerationoptionspage.cpp')
-rw-r--r--umbrello/umbrello/dialogs/codegenerationoptionspage.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/umbrello/umbrello/dialogs/codegenerationoptionspage.cpp b/umbrello/umbrello/dialogs/codegenerationoptionspage.cpp
index ab54eb3d..a5ce2f57 100644
--- a/umbrello/umbrello/dialogs/codegenerationoptionspage.cpp
+++ b/umbrello/umbrello/dialogs/codegenerationoptionspage.cpp
@@ -37,8 +37,8 @@
#include <tqlistview.h>
#include <tqbuttongroup.h>
-CodeGenerationOptionsPage::CodeGenerationOptionsPage(TQWidget *tqparent)
- : CodeGenerationOptionsBase(tqparent)
+CodeGenerationOptionsPage::CodeGenerationOptionsPage(TQWidget *parent)
+ : CodeGenerationOptionsBase(parent)
{
init();
}
@@ -154,7 +154,7 @@ void CodeGenerationOptionsPage::apply() {
m_parentPolicy->setIndentationAmount(m_SelectIndentationNumber->value());
// emit in THIS order.. the first signal triggers any sub-class to do its apply
- // slot, THEN, once we are all updated, we may sync the tqparent generator's code
+ // slot, THEN, once we are all updated, we may sync the parent generator's code
// documents
emit applyClicked();
emit syncCodeDocumentsToParent();