summaryrefslogtreecommitdiffstats
path: root/libk3b/projects/k3bdoc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libk3b/projects/k3bdoc.cpp')
-rw-r--r--libk3b/projects/k3bdoc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libk3b/projects/k3bdoc.cpp b/libk3b/projects/k3bdoc.cpp
index 2ae4880..c3d5cb8 100644
--- a/libk3b/projects/k3bdoc.cpp
+++ b/libk3b/projects/k3bdoc.cpp
@@ -45,7 +45,7 @@ K3bDoc::K3bDoc( TQObject* parent )
m_modified(false),
m_view(0)
{
- connect( this, TQT_SIGNAL(changed()), this, TQT_SLOT(slotChanged()) );
+ connect( this, TQ_SIGNAL(changed()), this, TQ_SLOT(slotChanged()) );
}