summaryrefslogtreecommitdiffstats
path: root/kpager
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 02:28:57 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 02:28:57 -0600
commit7574a7287e2e121c9d5c91a5f4ea38c5b3ae2a04 (patch)
treeb7c6396f4f7fe78dcd49424bff707e977541de18 /kpager
parent66c0fa70796c1989a9f3adb0c5c0ad799ade48ca (diff)
downloadtdebase-7574a7287e2e121c9d5c91a5f4ea38c5b3ae2a04.tar.gz
tdebase-7574a7287e2e121c9d5c91a5f4ea38c5b3ae2a04.zip
Additional kde to tde renaming
Diffstat (limited to 'kpager')
-rw-r--r--kpager/CMakeLists.txt2
-rw-r--r--kpager/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/kpager/CMakeLists.txt b/kpager/CMakeLists.txt
index 8265c4ded..abe022683 100644
--- a/kpager/CMakeLists.txt
+++ b/kpager/CMakeLists.txt
@@ -35,6 +35,6 @@ tde_add_executable( kpager AUTOMOC
SOURCES
desktop.cpp kpager.cpp config.cpp windowdrag.cpp
kpagerIface.skel main.cpp
- LINK kdeui-shared
+ LINK tdeui-shared
DESTINATION ${BIN_INSTALL_DIR}
)
diff --git a/kpager/Makefile.am b/kpager/Makefile.am
index 6b2421163..650ccdc25 100644
--- a/kpager/Makefile.am
+++ b/kpager/Makefile.am
@@ -6,7 +6,7 @@ kpager_SOURCES = desktop.cpp kpager.cpp config.cpp windowdrag.cpp \
kpagerIface.skel main.cpp
kpager_METASOURCES = AUTO
-kpager_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
+kpager_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
kpager_LDADD = $(LIB_KDEUI)