summaryrefslogtreecommitdiffstats
path: root/kdeui
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-05 21:46:23 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-05 21:46:23 -0500
commit1e81063308485e2f5f6375a410a41cb310ef7bbd (patch)
tree9ff3197accd24b2274346fdfe2027b2fd3101bdb /kdeui
parenta1941684d6db9d5a16f9f360c9d5b7fbab8b587e (diff)
downloadtdelibs-1e81063308485e2f5f6375a410a41cb310ef7bbd.tar.gz
tdelibs-1e81063308485e2f5f6375a410a41cb310ef7bbd.zip
Rename kde libraries to tde
Diffstat (limited to 'kdeui')
-rw-r--r--kdeui/CMakeLists.txt2
-rw-r--r--kdeui/Mainpage.dox2
-rw-r--r--kdeui/Makefile.am14
-rw-r--r--kdeui/kdepackages.h6
-rw-r--r--kdeui/kpixmapregionselectorwidget.cpp2
-rw-r--r--kdeui/kpixmapregionselectorwidget.h2
-rw-r--r--kdeui/tests/Makefile.am2
7 files changed, 15 insertions, 15 deletions
diff --git a/kdeui/CMakeLists.txt b/kdeui/CMakeLists.txt
index e40154333..2623a1cea 100644
--- a/kdeui/CMakeLists.txt
+++ b/kdeui/CMakeLists.txt
@@ -95,7 +95,7 @@ install( PROGRAMS
DESTINATION ${BIN_INSTALL_DIR} )
-##### libkdeui ##################################
+##### libtdeui ##################################
set( target kdeui )
diff --git a/kdeui/Mainpage.dox b/kdeui/Mainpage.dox
index bf6f6596d..778c962f1 100644
--- a/kdeui/Mainpage.dox
+++ b/kdeui/Mainpage.dox
@@ -10,7 +10,7 @@
*
* This library provides standard user interface elements for use in
* Trinity applications. If your Trinity application has a GUI, you will almost
-* certainly link to libkdeui.
+* certainly link to libtdeui.
*
* Most applications with single or multiple toplevel widgets
* should use the KMainWindow class in this library, which
diff --git a/kdeui/Makefile.am b/kdeui/Makefile.am
index e5ef761be..66719d8b1 100644
--- a/kdeui/Makefile.am
+++ b/kdeui/Makefile.am
@@ -26,9 +26,9 @@ INCLUDES= -I/usr/include/freetype2/ -I$(top_srcdir)/kdefx -I$(top_srcdir)/interf
# into $(all_libraries) isn't better
AM_LDFLAGS = $(LDFLAGS_AS_NEEDED) $(LDFLAGS_NEW_DTAGS)
-lib_LTLIBRARIES = libkdeui.la libkspell.la
-libkdeui_la_LDFLAGS = $(KDE_MT_LDFLAGS) -no-undefined -version-info 6:0:2
-libkdeui_la_LIBADD = ../kdecore/libkdecore.la $(LIB_QT) $(top_builddir)/dcop/libDCOP.la $(LIB_X11) $(top_builddir)/kdefx/libkdefx.la $(LIB_XEXT)
+lib_LTLIBRARIES = libtdeui.la libkspell.la
+libtdeui_la_LDFLAGS = $(KDE_MT_LDFLAGS) -no-undefined -version-info 6:0:2
+libtdeui_la_LIBADD = ../kdecore/libtdecore.la $(LIB_QT) $(top_builddir)/dcop/libDCOP.la $(LIB_X11) $(top_builddir)/kdefx/libtdefx.la $(LIB_XEXT)
libkspell_la_LDFLAGS = $(KDE_MT_LDFLAGS) -version-info 6:0:2 -no-undefined
libkspell_la_SOURCES = dummy.cpp
@@ -80,7 +80,7 @@ include_HEADERS = kprogressbox.h kprogress.h kcolordlg.h \
# the files on the first line need to occur first when compiling
# with --enable-final since they use X defines that get undefined
# in ksharedpixmap.cpp
-libkdeui_la_SOURCES = \
+libtdeui_la_SOURCES = \
qxembed.cpp ksharedpixmap.cpp kpixmapio.cpp \
kpopupmenu.cpp ktoolbar.cpp kaction.cpp kstdaction.cpp \
kactioncollection.cpp kactionclasses.cpp \
@@ -133,9 +133,9 @@ noinst_HEADERS = kdockwidget_private.h kdockwidget_p.h klistviewlineedit.h \
scripts_SCRIPTS = preparetips
scriptsdir = $(kde_bindir)
-libkdeui_la_METASOURCES = AUTO
-libkdeui_la_NMCHECK = $(srcdir)/libkdeui.nmcheck
-libkdeui_la_NMCHECKWEAK = $(srcdir)/libkdeui_weak.nmcheck $(top_srcdir)/kdecore/libkdecore_weak.nmcheck \
+libtdeui_la_METASOURCES = AUTO
+libtdeui_la_NMCHECK = $(srcdir)/libtdeui.nmcheck
+libtdeui_la_NMCHECKWEAK = $(srcdir)/libtdeui_weak.nmcheck $(top_srcdir)/kdecore/libtdecore_weak.nmcheck \
$(top_srcdir)/dcop/libDCOP_weak.nmcheck $(top_srcdir)/kdecore/libqt-mt_weak.nmcheck
rcdir = $(kde_confdir)/ui
diff --git a/kdeui/kdepackages.h b/kdeui/kdepackages.h
index bda1788b5..28248210a 100644
--- a/kdeui/kdepackages.h
+++ b/kdeui/kdepackages.h
@@ -1176,9 +1176,9 @@ const char * const packages[] = {
"kxsldbg/xsldbg",
"lanbrowsing",
"libkcddb",
-"libkdegames",
-"libkdepim",
-"libkdepim/libkpgp",
+"libtdegames",
+"libtdepim",
+"libtdepim/libkpgp",
"libksane",
"lilo-config",
"lokalize",
diff --git a/kdeui/kpixmapregionselectorwidget.cpp b/kdeui/kpixmapregionselectorwidget.cpp
index 320f6569e..df096067e 100644
--- a/kdeui/kpixmapregionselectorwidget.cpp
+++ b/kdeui/kpixmapregionselectorwidget.cpp
@@ -18,7 +18,7 @@
*/
/* NOTE: There are two copies of this .h and the .cpp file, with subtle differences.
- * One copy is in kdelibs/kdeui, and the other copy is in kdepim/libkdepim
+ * One copy is in kdelibs/kdeui, and the other copy is in kdepim/libtdepim
* This is because kdepim has to remain backwards compatible. Any changes
* to either file should be made to the other.
*/
diff --git a/kdeui/kpixmapregionselectorwidget.h b/kdeui/kpixmapregionselectorwidget.h
index 647f6d76e..3709f1fde 100644
--- a/kdeui/kpixmapregionselectorwidget.h
+++ b/kdeui/kpixmapregionselectorwidget.h
@@ -34,7 +34,7 @@ class KPopupMenu;
* user with a friendly way to select a rectangular subregion of the pixmap.
*
* NOTE: There are two copies of this .h and the .cpp file, with subtle differences.
- * One copy is in kdelibs/kdeui, and the other copy is in kdepim/libkdepim
+ * One copy is in kdelibs/kdeui, and the other copy is in kdepim/libtdepim
* This is because kdepim has to remain backwards compatible. Any changes
* to either file should be made to the other.
*
diff --git a/kdeui/tests/Makefile.am b/kdeui/tests/Makefile.am
index 560c9b6dc..607196380 100644
--- a/kdeui/tests/Makefile.am
+++ b/kdeui/tests/Makefile.am
@@ -44,7 +44,7 @@ check_PROGRAMS = kaboutdialogtest kblendtest kbuttonboxtest kcharselecttest \
METASOURCES = AUTO
-LDADD = ../libkdeui.la
+LDADD = ../libtdeui.la
kaboutdialogtest_SOURCES = kaboutdialogtest.cpp
kblendtest_SOURCES = kblendtest.cpp