diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:30:28 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:30:28 -0600 |
commit | 6c8fc8ddd81bcb8ff1828dbffbd181b905c6331e (patch) | |
tree | 8080429757735c3d44ba751e27cdd5eae9a0086e /kpat/pwidget.cpp | |
parent | 63ff55ddadbe2163282315b121104b7202ace784 (diff) | |
download | tdegames-6c8fc8ddd81bcb8ff1828dbffbd181b905c6331e.tar.gz tdegames-6c8fc8ddd81bcb8ff1828dbffbd181b905c6331e.zip |
Additional kde to tde renaming
Diffstat (limited to 'kpat/pwidget.cpp')
-rw-r--r-- | kpat/pwidget.cpp | 2 |
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"); |