summaryrefslogtreecommitdiffstats
path: root/kig
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 02:30:02 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 02:30:02 -0600
commitbd17e6ca5c6aeaaddab4e1f0dc2ccb460166626a (patch)
tree52d4169a0cbc039b87bf4f8460ba8a43181cca0c /kig
parent79b1ad253e1e8619302756d8003985aec0b1a1e2 (diff)
downloadtdeedu-bd17e6ca5c6aeaaddab4e1f0dc2ccb460166626a.tar.gz
tdeedu-bd17e6ca5c6aeaaddab4e1f0dc2ccb460166626a.zip
Additional kde to tde renaming
Diffstat (limited to 'kig')
-rw-r--r--kig/TODO2
-rw-r--r--kig/kig/Makefile.am2
-rw-r--r--kig/kig/kig_part.cpp2
3 files changed, 3 insertions, 3 deletions
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 <kstdaction.h>
#include <ktoolbar.h>
#include <kparts/genericfactory.h>
-#include <kdeprint/kprintdialogpage.h>
+#include <tdeprint/kprintdialogpage.h>
#include <tqcheckbox.h>
#include <tqfile.h>