diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-01-04 10:31:06 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-01-07 14:52:43 +0900 |
| commit | f9289944a1f0a34b3df76770f27461e6b3752b46 (patch) | |
| tree | 131dc32a84bc1385c2823c210c0974bbc0d0ff6c /conduits/memofileconduit/memofile-factory.cpp | |
| parent | 3b5ccc656fde07ed416181abf061b4fcd90e2830 (diff) | |
| download | kpilot-f9289944a1f0a34b3df76770f27461e6b3752b46.tar.gz kpilot-f9289944a1f0a34b3df76770f27461e6b3752b46.zip | |
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 7c95b68b3568737a10901c3e12d316e06dc4015f)
Diffstat (limited to 'conduits/memofileconduit/memofile-factory.cpp')
| -rw-r--r-- | conduits/memofileconduit/memofile-factory.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/conduits/memofileconduit/memofile-factory.cpp b/conduits/memofileconduit/memofile-factory.cpp index bfaf43b..97589bf 100644 --- a/conduits/memofileconduit/memofile-factory.cpp +++ b/conduits/memofileconduit/memofile-factory.cpp @@ -72,10 +72,10 @@ MemofileConduitConfig::MemofileConduitConfig(TQWidget *p, const char *n) : ConduitConfigBase::addAboutPage(fConfigWidget->tabWidget,about); fWidget=fConfigWidget; - TQObject::connect(fConfigWidget->fDirectory,TQT_SIGNAL(textChanged(const TQString&)), - this,TQT_SLOT(modified())); - TQObject::connect(fConfigWidget->fSyncPrivate,TQT_SIGNAL(toggled(bool)), - this,TQT_SLOT(modified())); + TQObject::connect(fConfigWidget->fDirectory,TQ_SIGNAL(textChanged(const TQString&)), + this,TQ_SLOT(modified())); + TQObject::connect(fConfigWidget->fSyncPrivate,TQ_SIGNAL(toggled(bool)), + this,TQ_SLOT(modified())); } |
