From c70e40bd3f54a2c4d9ef57a36f19c996f4e00ed6 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 19 Dec 2011 11:37:08 -0600 Subject: Remove additional unneeded tq method conversions --- 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