summaryrefslogtreecommitdiffstats
path: root/src/dpkg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/dpkg.cpp')
-rw-r--r--src/dpkg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dpkg.cpp b/src/dpkg.cpp
index 7d9397b..22aeb4b 100644
--- a/src/dpkg.cpp
+++ b/src/dpkg.cpp
@@ -23,7 +23,7 @@
Dpkg::Dpkg(TQObject *parent, const char *name)
: PackageManager(parent, name)
{
- connect(&m_process, TQT_SIGNAL(readReady (KProcIO *)), this, TQT_SLOT(readReady(KProcIO*)));
+ connect(&m_process, TQ_SIGNAL(readReady (KProcIO *)), this, TQ_SLOT(readReady(KProcIO*)));
}
Dpkg::~Dpkg()