summaryrefslogtreecommitdiffstats
path: root/src/optionsrequester.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-01-02 11:38:18 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-01-15 10:13:01 +0900
commit8c11a1403700fcc6b1ae25a2693be842fbf0d37e (patch)
treef4425787a031de0ced74124ad92eb66339b0962a /src/optionsrequester.cpp
parent9897ab3092180bda391ff33ab5135c75c5086979 (diff)
downloadsoundkonverter-8c11a140.tar.gz
soundkonverter-8c11a140.zip
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 773c73d27492ada253b9e81752bd735ee3dc3ac1)
Diffstat (limited to 'src/optionsrequester.cpp')
-rw-r--r--src/optionsrequester.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/optionsrequester.cpp b/src/optionsrequester.cpp
index 61e7b2e..db3d3aa 100644
--- a/src/optionsrequester.cpp
+++ b/src/optionsrequester.cpp
@@ -59,11 +59,11 @@ OptionsRequester::OptionsRequester( Config* config, TQStringList list, TQWidget
pOk = new KPushButton( iconLoader->loadIcon("apply",TDEIcon::Small), i18n("Ok"), this, "pOk" );
buttonBox->addWidget( pOk );
- connect( pCancel, TQT_SIGNAL(clicked()),
- this, TQT_SLOT(reject())
+ connect( pCancel, TQ_SIGNAL(clicked()),
+ this, TQ_SLOT(reject())
);
- connect( pOk, TQT_SIGNAL(clicked()),
- this, TQT_SLOT(okClicked())
+ connect( pOk, TQ_SIGNAL(clicked()),
+ this, TQ_SLOT(okClicked())
);
// delete the icon loader object