summaryrefslogtreecommitdiffstats
path: root/knights/tabmanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'knights/tabmanager.cpp')
-rw-r--r--knights/tabmanager.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/knights/tabmanager.cpp b/knights/tabmanager.cpp
index 3b6ab66..020c707 100644
--- a/knights/tabmanager.cpp
+++ b/knights/tabmanager.cpp
@@ -178,9 +178,9 @@ void TabManager::childEvent( TQChildEvent *event )
void TabManager::manageNewBox( TabBox *newBox )
{
myList.append( newBox );
- connect( newBox, TQT_SIGNAL( destroyed( TQObject* ) ), this, TQT_SLOT( removeTab( TQObject* ) ) );
- connect( newBox, TQT_SIGNAL( saveTabGeometry( const TQString&, const TQSize& ) ), this, TQT_SLOT( saveTabGeometry( const TQString&, const TQSize& ) ) );
- connect( newBox, TQT_SIGNAL( newTabBox( TabBox* ) ), this, TQT_SLOT( manageNewBox( TabBox* ) ) );
+ connect( newBox, TQ_SIGNAL( destroyed( TQObject* ) ), this, TQ_SLOT( removeTab( TQObject* ) ) );
+ connect( newBox, TQ_SIGNAL( saveTabGeometry( const TQString&, const TQSize& ) ), this, TQ_SLOT( saveTabGeometry( const TQString&, const TQSize& ) ) );
+ connect( newBox, TQ_SIGNAL( newTabBox( TabBox* ) ), this, TQ_SLOT( manageNewBox( TabBox* ) ) );
}
///////////////////////////////////////
//