diff options
Diffstat (limited to 'kcontrol/filetypes/newtypedlg.cpp')
-rw-r--r-- | kcontrol/filetypes/newtypedlg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kcontrol/filetypes/newtypedlg.cpp b/kcontrol/filetypes/newtypedlg.cpp index fb358f567..ee0e3eab8 100644 --- a/kcontrol/filetypes/newtypedlg.cpp +++ b/kcontrol/filetypes/newtypedlg.cpp @@ -19,7 +19,7 @@ NewTypeDialog::NewTypeDialog(TQStringList groups, TQGridLayout *grid = new TQGridLayout(2, 2); grid->setColStretch(1, 1); - topl->addLayout(grid); + topl->addLayout(TQT_TQLAYOUT(grid)); TQLabel *l = new TQLabel(i18n("Group:"), main); grid->addWidget(l, 0, 0); |