summaryrefslogtreecommitdiffstats
path: root/src/hidsrvwizard.ui.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-12-28 21:16:10 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-01-01 20:25:20 +0900
commit01627fbd795c62fb7f6e8f0bce8ae6cf3dc5b6de (patch)
tree6fc3295d8f5cf222b37b0721ed00b1a1f514cc96 /src/hidsrvwizard.ui.h
parent166571710ff186cff2b09a83336f6aadc2c8340a (diff)
downloadtork-01627fbd.tar.gz
tork-01627fbd.zip
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit a3180d7d508dc046a75a887d43a7e6b2d5f02468)
Diffstat (limited to 'src/hidsrvwizard.ui.h')
-rw-r--r--src/hidsrvwizard.ui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hidsrvwizard.ui.h b/src/hidsrvwizard.ui.h
index 47d4ef0..c37aa1f 100644
--- a/src/hidsrvwizard.ui.h
+++ b/src/hidsrvwizard.ui.h
@@ -94,7 +94,7 @@ HidSrvWizard::showPage( TQWidget *w ) //virtual
else
emit createService(TQString("%1/.tork/%2/").arg(getenv("HOME")).arg(Nick->text()), TQString("%1 %2:%3").arg(NonWebPort->text()).arg(RedirectAddress->text()).arg(RedirectPort->text()));
GatheringDetailsText->setText("Please wait while Tor attempts to create the service.");
- TQTimer::singleShot( 3000, this, SLOT(checkServiceDetails()) );
+ TQTimer::singleShot( 3000, this, TQ_SLOT(checkServiceDetails()) );
finishButton()->setEnabled(false);
}