diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-12-03 00:48:02 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-12-05 12:00:23 +0900 |
| commit | 3f84b83e22ef17cc53110d2c31bf6f1b3d850971 (patch) | |
| tree | 57a5efdc44eb1850db7a52801b72f6a034a9b89d /kcontrol/filetypes/newtypedlg.cpp | |
| parent | e240ec46647a83839cc365b13f730d694aeb2686 (diff) | |
| download | tdebase-3f84b83e22ef17cc53110d2c31bf6f1b3d850971.tar.gz tdebase-3f84b83e22ef17cc53110d2c31bf6f1b3d850971.zip | |
Replaced various '#define' with actual strings - part 5
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 1390bece9a81780610a9aee6f7d543f72bf57d1a)
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 dbb37344c..e2a9b28a7 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(TQT_TQLAYOUT(grid)); + topl->addLayout(grid); TQLabel *l = new TQLabel(i18n("Group:"), main); grid->addWidget(l, 0, 0); |
