From b212a1de50010bf9f8ff93123281a6956291cdf2 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 6 Dec 2011 00:54:43 -0600 Subject: Rename tqsetAlignment to fix bindings --- kutils/kcmoduleproxy.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kutils/kcmoduleproxy.cpp') diff --git a/kutils/kcmoduleproxy.cpp b/kutils/kcmoduleproxy.cpp index 8a7a3eff3..b9f297d6e 100644 --- a/kutils/kcmoduleproxy.cpp +++ b/kutils/kcmoduleproxy.cpp @@ -323,7 +323,7 @@ void KCModuleProxy::runAsRoot() TQLabel *lblBusy = new TQLabel(i18n("Loading..."), d->embedWidget, "lblBusy" ); lblBusy->setTextFormat(RichText); - lblBusy->tqsetAlignment(AlignCenter); + lblBusy->setAlignment(AlignCenter); lblBusy->setGeometry(0,0, d->kcm->width(), d->kcm->height()); lblBusy->show(); -- cgit v1.2.1