summaryrefslogtreecommitdiffstats
path: root/kdesktop/lock/sakdlg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kdesktop/lock/sakdlg.cpp')
-rw-r--r--kdesktop/lock/sakdlg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdesktop/lock/sakdlg.cpp b/kdesktop/lock/sakdlg.cpp
index 803c77919..274826e69 100644
--- a/kdesktop/lock/sakdlg.cpp
+++ b/kdesktop/lock/sakdlg.cpp
@@ -142,7 +142,7 @@ void SAKDlg::reject()
void SAKDlg::updateLabel(TQString &txt)
{
- mStatusLabel->setPaletteForegroundColor(Qt::black);
+ mStatusLabel->setPaletteForegroundColor(TQt::black);
mStatusLabel->setText("<b>" + txt + "</b>");
}