diff options
Diffstat (limited to 'kexi/plugins/forms/widgets/kexidblabel.cpp')
-rw-r--r-- | kexi/plugins/forms/widgets/kexidblabel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kexi/plugins/forms/widgets/kexidblabel.cpp b/kexi/plugins/forms/widgets/kexidblabel.cpp index 93f35027..7df46895 100644 --- a/kexi/plugins/forms/widgets/kexidblabel.cpp +++ b/kexi/plugins/forms/widgets/kexidblabel.cpp @@ -433,7 +433,7 @@ void KexiDBLabel::updatePixmapLater() { if (d->resizeEvent) { if (!d->timer) { d->timer = new TQTimer(this, "KexiDBLabelTimer"); - connect(d->timer, TQT_SIGNAL(timeout()), this, TQT_SLOT(updatePixmap())); + connect(d->timer, TQ_SIGNAL(timeout()), this, TQ_SLOT(updatePixmap())); } d->timer->start(100, true); d->resizeEvent = false; |