From 252fce5a2a5384702fbcc1c9987284d7bd2e6943 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 15 Dec 2011 15:31:01 -0600 Subject: Rename a number of old tq methods that are no longer tq specific --- kmymoney2/kstartuplogo.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'kmymoney2/kstartuplogo.cpp') diff --git a/kmymoney2/kstartuplogo.cpp b/kmymoney2/kstartuplogo.cpp index a0d8ac6..b22f0e4 100644 --- a/kmymoney2/kstartuplogo.cpp +++ b/kmymoney2/kstartuplogo.cpp @@ -57,13 +57,13 @@ KStartupSplash::~KStartupSplash() delete d; } -void KStartupSplash::message( const TQString &message, int tqalignment, const TQColor &color) +void KStartupSplash::message( const TQString &message, int alignment, const TQColor &color) { d->message = message; - d->align = tqalignment; + d->align = alignment; d->color = color; // the next line causes the base class signal management to happen - // and also forces a tqrepaint + // and also forces a repaint KSplashScreen::clear(); } @@ -100,7 +100,7 @@ KStartupLogo::KStartupLogo() : splash->message(i18n("Loading..."), AlignLeft, white); splash->show(); - splash->tqrepaint(); + splash->repaint(); m_splash = splash; } } -- cgit v1.2.1