From bd17e6ca5c6aeaaddab4e1f0dc2ccb460166626a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 6 Nov 2011 02:30:02 -0600 Subject: Additional kde to tde renaming --- kig/TODO | 2 +- kig/kig/Makefile.am | 2 +- kig/kig/kig_part.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'kig') diff --git a/kig/TODO b/kig/TODO index 717d5124..3329bf08 100644 --- a/kig/TODO +++ b/kig/TODO @@ -8,7 +8,7 @@ pressed esc square or sth like that ). Anyway, this is due to how Kig works with some strange Qt event loop stuff to make its modes work, along with a strange way in kaccel of working. I have a - patch against kdecore/kaccel.cpp that should fix it, but the real + patch against tdecore/kaccel.cpp that should fix it, but the real fix is to get rid of the entire event loop stuff and think of a better way to manage all this. pino: seems pressing the stop button n times, where n are the times you pressed escape, cancel all the diff --git a/kig/kig/Makefile.am b/kig/kig/Makefile.am index 84ab9708..773cb287 100644 --- a/kig/kig/Makefile.am +++ b/kig/kig/Makefile.am @@ -23,7 +23,7 @@ bin_PROGRAMS = kig # the application source, library search path, and link libraries kig_SOURCES = main.cpp kig.cpp -kig_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor +kig_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor kig_LDADD = $(LIB_KPARTS) # this is where the desktop file will go diff --git a/kig/kig/kig_part.cpp b/kig/kig/kig_part.cpp index 30b8b3db..089865f0 100644 --- a/kig/kig/kig_part.cpp +++ b/kig/kig/kig_part.cpp @@ -59,7 +59,7 @@ #include #include #include -#include +#include #include #include -- cgit v1.2.1