summaryrefslogtreecommitdiffstats
path: root/kpresenter/KPrGotoPage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kpresenter/KPrGotoPage.cpp')
-rw-r--r--kpresenter/KPrGotoPage.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/kpresenter/KPrGotoPage.cpp b/kpresenter/KPrGotoPage.cpp
index ce598acc..bcf46775 100644
--- a/kpresenter/KPrGotoPage.cpp
+++ b/kpresenter/KPrGotoPage.cpp
@@ -44,10 +44,10 @@ KPrGotoPage::KPrGotoPage( const KPrDocument *doc,
TQLabel *label = new TQLabel( i18n( "Go to slide:" ), page );
ml->addWidget( label );
spinbox = new TQListBox( page );
- connect( spinbox, TQT_SIGNAL(doubleClicked( TQListBoxItem* )),
- this, TQT_SLOT(accept()) );
- connect( spinbox, TQT_SIGNAL(returnPressed( TQListBoxItem* )),
- this, TQT_SLOT(accept()) );
+ connect( spinbox, TQ_SIGNAL(doubleClicked( TQListBoxItem* )),
+ this, TQ_SLOT(accept()) );
+ connect( spinbox, TQ_SIGNAL(returnPressed( TQListBoxItem* )),
+ this, TQ_SLOT(accept()) );
ml->addWidget( spinbox );
TQPtrList<KPrPage> pageList = doc->getPageList(); // because of const doc, we can't do doc->pageList()->at()