summaryrefslogtreecommitdiffstats
path: root/src/softwareimporters.cpp
diff options
context:
space:
mode:
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 be68e13..07ffc1d 100644
--- a/src/softwareimporters.cpp
+++ b/src/softwareimporters.cpp
@@ -100,7 +100,7 @@ TextFileImportDialog::TextFileImportDialog(TQWidget *parent)
m_choices->setButton(0);
topLayout->addWidget(m_choices);
- connect( m_customSeparator, TQT_SIGNAL(textChanged()), this, TQT_SLOT(customSeparatorChanged()) );
+ connect( m_customSeparator, TQ_SIGNAL(textChanged()), this, TQ_SLOT(customSeparatorChanged()) );
setMainWidget(page);
}