diff options
author | Michele Calgaro <[email protected]> | 2023-12-03 00:48:33 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-12-05 12:00:58 +0900 |
commit | af8caeadf368a17dabd9f53d4c661213c840eebd (patch) | |
tree | 6b01a0c8e9b8bbf98871807acf53d7bfb2a5b0a5 /tdeprint/cups/cupsaddsmb2.cpp | |
parent | 553b705008a60b557c076391bc6ee199eef1a708 (diff) | |
download | tdelibs-af8caeadf368a17dabd9f53d4c661213c840eebd.tar.gz tdelibs-af8caeadf368a17dabd9f53d4c661213c840eebd.zip |
Replaced various '#define' with actual strings - part 5
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 44e712a770ad0ab59d33790a80b5f6235cff6921)
Diffstat (limited to 'tdeprint/cups/cupsaddsmb2.cpp')
-rw-r--r-- | tdeprint/cups/cupsaddsmb2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeprint/cups/cupsaddsmb2.cpp b/tdeprint/cups/cupsaddsmb2.cpp index f5c7781c2..e9ff1256d 100644 --- a/tdeprint/cups/cupsaddsmb2.cpp +++ b/tdeprint/cups/cupsaddsmb2.cpp @@ -109,7 +109,7 @@ CupsAddSmb::CupsAddSmb(TQWidget *parent, const char *name) l1->addWidget(m_sep); l1->addWidget(m_text); TQGridLayout *l3 = new TQGridLayout( 0, 3, 2, 0, 10 ); - l1->addLayout( TQT_TQLAYOUT(l3) ); + l1->addLayout( l3 ); l3->addWidget( m_loginlab, 1, 0 ); l3->addWidget( m_passwdlab, 2, 0 ); l3->addWidget( m_serverlab, 0, 0 ); |