summaryrefslogtreecommitdiffstats
path: root/kdpkg-install/console.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-01-05 10:20:09 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-01-07 14:53:27 +0900
commit921d46a45644ed31137bdf56c6200b56b43ce65b (patch)
treeb86a678653ed78eec6ec8063748692b90518ba29 /kdpkg-install/console.cpp
parentb630d6e2f31ff6227a91963362cf5e871209fe0d (diff)
downloadkdpkg-921d46a4.tar.gz
kdpkg-921d46a4.zip
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit fb09ca80503d8ff9bc6715e76f8f3d8c5f76ac91)
Diffstat (limited to 'kdpkg-install/console.cpp')
-rw-r--r--kdpkg-install/console.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdpkg-install/console.cpp b/kdpkg-install/console.cpp
index 0a28e42..658eea4 100644
--- a/kdpkg-install/console.cpp
+++ b/kdpkg-install/console.cpp
@@ -77,7 +77,7 @@ console::console(TQWidget *parent, const TQStrList &run, const char *name, const
// run command
terminal()->startProgram( m_kdePrefix + "/share/kdpkg/sh/kdpkg-sh", run );
- connect( konsole, TQT_SIGNAL(destroyed()), this, TQT_SLOT( finish() ) );
+ connect( konsole, TQ_SIGNAL(destroyed()), this, TQ_SLOT( finish() ) );
}