diff options
Diffstat (limited to 'conduits/null/null-factory.cpp')
-rw-r--r-- | conduits/null/null-factory.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conduits/null/null-factory.cpp b/conduits/null/null-factory.cpp index 68e7c56..b2c67b3 100644 --- a/conduits/null/null-factory.cpp +++ b/conduits/null/null-factory.cpp @@ -74,8 +74,8 @@ NullConduitConfig::NullConduitConfig(TQWidget *p, const char *n) : ConduitConfigBase::addAboutPage(fConfigWidget->tabWidget,fAbout); fWidget=fConfigWidget; - TQObject::connect(fConfigWidget->fLogMessage,TQT_SIGNAL(textChanged(const TQString&)), - this,TQT_SLOT(modified())); + TQObject::connect(fConfigWidget->fLogMessage,TQ_SIGNAL(textChanged(const TQString&)), + this,TQ_SLOT(modified())); } /* virtual */ void NullConduitConfig::commit() |