summaryrefslogtreecommitdiffstats
path: root/kivio/kiviopart/kivio_doc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kivio/kiviopart/kivio_doc.cpp')
-rw-r--r--kivio/kiviopart/kivio_doc.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kivio/kiviopart/kivio_doc.cpp b/kivio/kiviopart/kivio_doc.cpp
index c7196c1d..16c02a8e 100644
--- a/kivio/kiviopart/kivio_doc.cpp
+++ b/kivio/kiviopart/kivio_doc.cpp
@@ -146,8 +146,8 @@ KivioDoc::KivioDoc( TQWidget *parentWidget, const char* widgetName, TQObject* pa
//laurent: Why don't use menu history for undo/redo command ? sync with other koffice application
m_commandHistory = new KoCommandHistory( actionCollection(), /*false*/true ) ;
- connect( m_commandHistory, TQT_SIGNAL( documentRestored() ), this, TQT_SLOT( slotDocumentRestored() ) );
- connect( m_commandHistory, TQT_SIGNAL( commandExecuted() ), this, TQT_SLOT( slotCommandExecuted() ) );
+ connect( m_commandHistory, TQ_SIGNAL( documentRestored() ), this, TQ_SLOT( slotDocumentRestored() ) );
+ connect( m_commandHistory, TQ_SIGNAL( commandExecuted() ), this, TQ_SLOT( slotCommandExecuted() ) );
if ( name )
@@ -770,7 +770,7 @@ void KivioDoc::addSpawnerSet( const TQString &dirName )
if(!m_loadTimer) {
m_loadTimer = new TQTimer(this);
- connect(m_loadTimer, TQT_SIGNAL(timeout()), this, TQT_SLOT(loadStencil()));
+ connect(m_loadTimer, TQ_SIGNAL(timeout()), this, TQ_SLOT(loadStencil()));
}
if(!m_loadTimer->isActive()) {