diff options
Diffstat (limited to 'korn/boxcontainer.cpp')
-rw-r--r-- | korn/boxcontainer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/korn/boxcontainer.cpp b/korn/boxcontainer.cpp index d881b6c8f..44e1e8abb 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 ); } |