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.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/libtdegames/highscore/kscoredialog.cpp b/libtdegames/highscore/kscoredialog.cpp
index 518d0084..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()
@@ -154,7 +154,7 @@ void KScoreDialog::setupDialog()
}
}
- KSeparator *sep = new KSeparator(Qt::Horizontal, d->page);
+ KSeparator *sep = new KSeparator(TQt::Horizontal, d->page);
d->layout->addMultiCellWidget(sep, 4, 4, 0, d->nrCols-1);
d->labels.resize(d->nrCols * 10);
@@ -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()