summaryrefslogtreecommitdiffstats
path: root/tdeprint/tdeprintfax/confsystem.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-12-03 00:48:02 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-12-05 12:00:23 +0900
commit3f84b83e22ef17cc53110d2c31bf6f1b3d850971 (patch)
tree57a5efdc44eb1850db7a52801b72f6a034a9b89d /tdeprint/tdeprintfax/confsystem.cpp
parente240ec46647a83839cc365b13f730d694aeb2686 (diff)
downloadtdebase-3f84b83e.tar.gz
tdebase-3f84b83e.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 'tdeprint/tdeprintfax/confsystem.cpp')
-rw-r--r--tdeprint/tdeprintfax/confsystem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeprint/tdeprintfax/confsystem.cpp b/tdeprint/tdeprintfax/confsystem.cpp
index fbb27aac9..e6ef4e299 100644
--- a/tdeprint/tdeprintfax/confsystem.cpp
+++ b/tdeprint/tdeprintfax/confsystem.cpp
@@ -75,7 +75,7 @@ ConfSystem::ConfSystem(TQWidget *parent, const char *name)
TQVBoxLayout *l0 = new TQVBoxLayout(this, 10, 10);
TQGridLayout *l1 = new TQGridLayout(0, 2, 2, 0, 10);
- l0->addLayout(TQT_TQLAYOUT(l1));
+ l0->addLayout(l1);
l1->setColStretch(1, 1);
l1->addWidget(syslabel, 0, 0);
l1->addWidget(cmdlabel, 1, 0);