summaryrefslogtreecommitdiffstats
path: root/korn/boxcontainer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'korn/boxcontainer.cpp')
-rw-r--r--korn/boxcontainer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/korn/boxcontainer.cpp b/korn/boxcontainer.cpp
index d881b6c8..44e1e8ab 100644
--- a/korn/boxcontainer.cpp
+++ b/korn/boxcontainer.cpp
@@ -76,7 +76,7 @@ void BoxContainer::slotShowConfiguration()
void BoxContainer::addItem( BoxContainerItem* item )
{
- connect( item, TQT_SIGNAL( showConfiguration() ), this, TQT_SLOT( slotShowConfiguration() ) );
+ connect( item, TQ_SIGNAL( showConfiguration() ), this, TQ_SLOT( slotShowConfiguration() ) );
_items->append( item );
}