summaryrefslogtreecommitdiffstats
path: root/libtdegames/highscore/kscoredialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libtdegames/highscore/kscoredialog.cpp')
-rw-r--r--libtdegames/highscore/kscoredialog.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/libtdegames/highscore/kscoredialog.cpp b/libtdegames/highscore/kscoredialog.cpp
index 56780612..0f35c191 100644
--- a/libtdegames/highscore/kscoredialog.cpp
+++ b/libtdegames/highscore/kscoredialog.cpp
@@ -90,7 +90,7 @@ KScoreDialog::KScoreDialog(int fields, TQWidget *parent, const char *oname)
d->key[Score] = "Score";
d->page = makeMainWidget();
- connect(this, TQT_SIGNAL(okClicked()), TQT_SLOT(slotGotName()));
+ connect(this, TQ_SIGNAL(okClicked()), TQ_SLOT(slotGotName()));
}
KScoreDialog::~KScoreDialog()
@@ -239,8 +239,8 @@ void KScoreDialog::aboutToShow()
stack->addWidget(d->edit);
stack->raiseWidget(d->edit);
d->edit->setFocus();
- connect(d->edit, TQT_SIGNAL(returnPressed()),
- this, TQT_SLOT(slotGotReturn()));
+ connect(d->edit, TQ_SIGNAL(returnPressed()),
+ this, TQ_SLOT(slotGotReturn()));
}
else
{
@@ -365,7 +365,7 @@ void KScoreDialog::show()
void KScoreDialog::slotGotReturn()
{
- TQTimer::singleShot(0, this, TQT_SLOT(slotGotName()));
+ TQTimer::singleShot(0, this, TQ_SLOT(slotGotName()));
}
void KScoreDialog::slotGotName()