diff options
author | Michele Calgaro <[email protected]> | 2023-12-03 00:48:33 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-12-05 12:00:35 +0900 |
commit | 44e712a770ad0ab59d33790a80b5f6235cff6921 (patch) | |
tree | 9dcde270e75b838740733976badcd5584777a039 /tdeprint/cups/kpimagepage.cpp | |
parent | cca633c6bdfe25e82f175f251c76e63c9e91b895 (diff) | |
download | tdelibs-44e712a770ad0ab59d33790a80b5f6235cff6921.tar.gz tdelibs-44e712a770ad0ab59d33790a80b5f6235cff6921.zip |
Replaced various '#define' with actual strings - part 5
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'tdeprint/cups/kpimagepage.cpp')
-rw-r--r-- | tdeprint/cups/kpimagepage.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeprint/cups/kpimagepage.cpp b/tdeprint/cups/kpimagepage.cpp index ca21a1366..29be5bc0c 100644 --- a/tdeprint/cups/kpimagepage.cpp +++ b/tdeprint/cups/kpimagepage.cpp @@ -361,7 +361,7 @@ KPImagePage::KPImagePage(DrMain *driver, TQWidget *parent, const char *name) l1->addWidget(m_gamma, 4, 0); l1->addMultiCellWidget(m_preview, 0, 3, 1, 1); l1->addWidget(defbtn, 4, 1); - TQVBoxLayout *l2 = new TQVBoxLayout(TQT_TQLAYOUT(sizebox->layout()), 3); + TQVBoxLayout *l2 = new TQVBoxLayout(sizebox->layout(), 3); l2->addStretch(1); l2->addWidget(lab); l2->addWidget(m_sizetype); |