summaryrefslogtreecommitdiffstats
path: root/tdeprint/tdeprintd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdeprint/tdeprintd.cpp')
-rw-r--r--tdeprint/tdeprintd.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdeprint/tdeprintd.cpp b/tdeprint/tdeprintd.cpp
index e320cf0bc..8b126d5bf 100644
--- a/tdeprint/tdeprintd.cpp
+++ b/tdeprint/tdeprintd.cpp
@@ -86,8 +86,8 @@ void StatusWindow::setMessage(const TQString& msg)
{
//QSize oldSz = size();
m_label->setText(msg);
- //QSize sz = m_label->tqsizeHint();
- //sz += TQSize(layout()->margin()*2, layout()->margin()*2+layout()->spacing()+m_button->tqsizeHint().height());
+ //QSize sz = m_label->sizeHint();
+ //sz += TQSize(layout()->margin()*2, layout()->margin()*2+layout()->spacing()+m_button->sizeHint().height());
// dialog will never be smaller
//sz = sz.expandedTo(oldSz);
//resize(sz);