summaryrefslogtreecommitdiffstats
path: root/kpat/pwidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kpat/pwidget.cpp')
-rw-r--r--kpat/pwidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kpat/pwidget.cpp b/kpat/pwidget.cpp
index 4fc36295..428981bf 100644
--- a/kpat/pwidget.cpp
+++ b/kpat/pwidget.cpp
@@ -465,7 +465,7 @@ void pWidget::gameLost()
{
TQString dontAskAgainName = "gameLostDontAskAgain";
- // The following code is taken out of kmessagebox.cpp in kdeui.
+ // The following code is taken out of kmessagebox.cpp in tdeui.
// Is there a better way?
KConfig *config = 0;
TQString grpNotifMsgs = TQString::tqfromLatin1("Notification Messages");