summaryrefslogtreecommitdiffstats
path: root/src/multibuffer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/multibuffer.cpp')
-rw-r--r--src/multibuffer.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/multibuffer.cpp b/src/multibuffer.cpp
index 5fbc1cc9..fe988c02 100644
--- a/src/multibuffer.cpp
+++ b/src/multibuffer.cpp
@@ -57,8 +57,8 @@ MultiBuffer::MultiBuffer( TQWidget *parent )
API::getInstance() ->languageSupport() )
{
setOrientation( lang->splitOrientation() );
- connect( lang, TQT_SIGNAL( splitOrientationChanged( TQt::Orientation ) ),
- this, TQT_SLOT( setOrientation( TQt::Orientation ) ) );
+ connect( lang, TQ_SIGNAL( splitOrientationChanged( TQt::Orientation ) ),
+ this, TQ_SLOT( setOrientation( TQt::Orientation ) ) );
}
else
{
@@ -221,8 +221,8 @@ void MultiBuffer::show()
// We're managing the view deletion by being its parent,
// don't let the part self-destruct
- disconnect( view, TQT_SIGNAL( destroyed() ),
- document, TQT_SLOT( slotWidgetDestroyed() ) );
+ disconnect( view, TQ_SIGNAL( destroyed() ),
+ document, TQ_SLOT( slotWidgetDestroyed() ) );
document->insertChildClient( view );
PartController::getInstance() ->integrateTextEditorPart( document );