From 6c8fc8ddd81bcb8ff1828dbffbd181b905c6331e Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 6 Nov 2011 02:30:28 -0600 Subject: Additional kde to tde renaming --- kpat/Makefile.am | 2 +- kpat/pwidget.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'kpat') diff --git a/kpat/Makefile.am b/kpat/Makefile.am index 43692e30..be4774ca 100644 --- a/kpat/Makefile.am +++ b/kpat/Makefile.am @@ -9,7 +9,7 @@ kpat_SOURCES = main.cpp cardmaps.cpp card.cpp dealer.cpp \ yukon.cpp clock.cpp golf.cpp spider.cpp \ gamestatsimpl.cpp \ gamestats.ui -kpat_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor +kpat_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor kpat_LDADD = $(LIB_KFILE) $(LIB_KDEGAMES) ./freecell-solver/libfcs.la kpat_DEPENDENCIES = $(LIB_KDEGAMES_DEP) 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"); -- cgit v1.2.1