summaryrefslogtreecommitdiffstats
path: root/kig/modes/typesdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kig/modes/typesdialog.cpp')
-rw-r--r--kig/modes/typesdialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kig/modes/typesdialog.cpp b/kig/modes/typesdialog.cpp
index 0371ca7f..97973857 100644
--- a/kig/modes/typesdialog.cpp
+++ b/kig/modes/typesdialog.cpp
@@ -58,8 +58,8 @@ MacroListElement::MacroListElement( KListView* lv, Macro* m )
{
}
-TypesDialog::TypesDialog( TQWidget* tqparent, KigPart& part )
- : TypesDialogBase( tqparent, "types_dialog", true ), mpart( part )
+TypesDialog::TypesDialog( TQWidget* parent, KigPart& part )
+ : TypesDialogBase( parent, "types_dialog", true ), mpart( part )
{
// improving GUI look'n'feel...
buttonHelp->setGuiItem( KStdGuiItem::help() );