summaryrefslogtreecommitdiffstats
path: root/kivio/kiviopart/kivio_dlg_pageshow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kivio/kiviopart/kivio_dlg_pageshow.cpp')
-rw-r--r--kivio/kiviopart/kivio_dlg_pageshow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kivio/kiviopart/kivio_dlg_pageshow.cpp b/kivio/kiviopart/kivio_dlg_pageshow.cpp
index f8cae8bd1..49a26564e 100644
--- a/kivio/kiviopart/kivio_dlg_pageshow.cpp
+++ b/kivio/kiviopart/kivio_dlg_pageshow.cpp
@@ -54,7 +54,7 @@ KivioPageShow::KivioPageShow( KivioView* parent, const char* name )
TQStringList tabsList = m_pView->doc()->map()->hiddenPages();
list->insertStringList(tabsList);
- connect( list, TQT_SIGNAL(doubleClicked(TQListBoxItem *)), this, TQT_SLOT(slotDoubleClicked(TQListBoxItem *)));
+ connect( list, TQ_SIGNAL(doubleClicked(TQListBoxItem *)), this, TQ_SLOT(slotDoubleClicked(TQListBoxItem *)));
resize( 200, 150 );
}