summaryrefslogtreecommitdiffstats
path: root/src/softwareimporters.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-12-14 21:19:09 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-12-14 21:25:04 +0900
commit7b0920cd4180823f7a42350d1bdb914d697f4b9c (patch)
tree642d4c71c1e0b0a060be3119313c682943720363 /src/softwareimporters.cpp
parent1a620eed38cfa429508f6ac347e09a694b4adf16 (diff)
downloadbasket-7b0920cd4180823f7a42350d1bdb914d697f4b9c.tar.gz
basket-7b0920cd4180823f7a42350d1bdb914d697f4b9c.zip
Remove various '#define' strings - part 6
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/softwareimporters.cpp')
-rw-r--r--src/softwareimporters.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/softwareimporters.cpp b/src/softwareimporters.cpp
index 1b37d2c..be68e13 100644
--- a/src/softwareimporters.cpp
+++ b/src/softwareimporters.cpp
@@ -94,7 +94,7 @@ TextFileImportDialog::TextFileImportDialog(TQWidget *parent)
m_customSeparator = new TQTextEdit(indentedTextEdit);
m_customSeparator->setTextFormat(TQt::PlainText);
hLayout->addWidget(m_customSeparator);
- m_choices->insertChild(TQT_TQOBJECT(indentedTextEdit));
+ m_choices->insertChild(indentedTextEdit);
new TQRadioButton(i18n("&All in one note"), m_choices);
m_choices->setButton(0);