From d4e11a5f488204ab8886e167c7c4af1e6e16ab58 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 5 Dec 2011 23:54:16 -0600 Subject: Use non-tq sizeHint functions to fix bindings --- tdeprint/messagewindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tdeprint/messagewindow.cpp') diff --git a/tdeprint/messagewindow.cpp b/tdeprint/messagewindow.cpp index 32ce8db9b..a1b6ddf29 100644 --- a/tdeprint/messagewindow.cpp +++ b/tdeprint/messagewindow.cpp @@ -60,7 +60,7 @@ MessageWindow::~MessageWindow() void MessageWindow::slotTimer() { - TQSize psz = parentWidget()->size(), sz = tqsizeHint(); + TQSize psz = parentWidget()->size(), sz = sizeHint(); move( parentWidget()->mapToGlobal( TQPoint( (psz.width()-sz.width())/2, (psz.height()-sz.height())/2 ) ) ); if ( !isVisible() ) { -- cgit v1.2.1