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 --- kshisen/Makefile.am | 2 +- kshisen/main.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'kshisen') diff --git a/kshisen/Makefile.am b/kshisen/Makefile.am index a3b4eaa7..c919c381 100644 --- a/kshisen/Makefile.am +++ b/kshisen/Makefile.am @@ -13,7 +13,7 @@ noinst_HEADERS = app.h board.h tileset.h debug.h version.h kshisen_SOURCES = main.cpp board.cpp app.cpp tileset.cpp settings.ui prefs.kcfgc kshisen_LDADD = $(LIB_KDEGAMES) $(LIB_KDEUI) kshisen_DEPENDENCIES = $(LIB_KDEGAMES_DEP) -kshisen_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor +kshisen_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor xdg_apps_DATA = kshisen.desktop kde_kcfg_DATA = kshisen.kcfg diff --git a/kshisen/main.cpp b/kshisen/main.cpp index 4efd9747..6145c965 100644 --- a/kshisen/main.cpp +++ b/kshisen/main.cpp @@ -48,7 +48,7 @@ static const char description[] = I18N_NOOP("A KDE game similiar to Mahjongg"); // A hack to circumvent tricky i18n issue, not used later on in the code. // Both context and contents must be exactly the same as for the entry in -// kdelibs/kdeui/ui_standards.rc +// kdelibs/tdeui/ui_standards.rc static const char dummy[] = I18N_NOOP2("Menu title", "&Move"); int main(int argc, char **argv) -- cgit v1.2.1