diff options
Diffstat (limited to 'klines')
-rw-r--r-- | klines/Makefile.am | 2 | ||||
-rw-r--r-- | klines/main.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/klines/Makefile.am b/klines/Makefile.am index 7c979128..9c5a683c 100644 --- a/klines/Makefile.am +++ b/klines/Makefile.am @@ -5,7 +5,7 @@ METASOURCES = AUTO bin_PROGRAMS = klines klines_SOURCES = prompt.cpp mwidget.cpp linesboard.cpp field.cpp cell.cpp \ ballpainter.cpp klines.cpp main.cpp prefs.kcfgc -klines_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor +klines_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor klines_LDADD = $(LIB_KDEGAMES) klines_DEPENDENCIES = $(LIB_KDEGAMES_DEP) diff --git a/klines/main.cpp b/klines/main.cpp index 360a0432..f13d8316 100644 --- a/klines/main.cpp +++ b/klines/main.cpp @@ -31,7 +31,7 @@ static const char description[] = I18N_NOOP("Kolor Lines - a little game about b // 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 ) |