summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2011-11-06 02:18:26 -0600
committerTimothy Pearson <[email protected]>2011-11-06 02:18:26 -0600
commit8317f65d8e197770560eace3d78ff41f72162edc (patch)
tree4beeba14bf9510aa620131947da0bc45bf754ca4 /src
parent5994021c483a1ab132d0b02ac8d23f9b443d4bb7 (diff)
downloadk3b-8317f65d8e197770560eace3d78ff41f72162edc.tar.gz
k3b-8317f65d8e197770560eace3d78ff41f72162edc.zip
Additional kde to tde renaming
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am4
-rw-r--r--src/fastscale/configure.in.in2
-rw-r--r--src/k3b.cpp4
-rw-r--r--src/k3bsystemproblemdialog.cpp2
4 files changed, 6 insertions, 6 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 37c0c67..7677258 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -28,7 +28,7 @@ k3b_SOURCES = k3bwelcomewidget.cpp k3bapplication.cpp k3bdiroperator.cpp \
k3b_LDADD = ./option/liboption.la ./rip/librip.la \
./projects/libprojects.la ../libk3bdevice/libk3bdevice.la \
../libk3b/libk3b.la ./misc/libmisc.la ./fastscale/libfastscale.la \
- -lkdefx -lkio -lkparts $(CAM_LIB) $(MUSICBRAINZ_LIBS)
+ -ltdefx -lkio -lkparts $(CAM_LIB) $(MUSICBRAINZ_LIBS)
SUBDIRS = option misc rip projects fastscale pics icons konqi mimetypes sounds
@@ -74,7 +74,7 @@ AM_CPPFLAGS = -I$(srcdir)/../libk3b/tools \
METASOURCES = AUTO
# the library search path.
-k3b_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
+k3b_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
rcdir = $(kde_datadir)/k3b
rc_DATA = k3bui.rc eventsrc tips
diff --git a/src/fastscale/configure.in.in b/src/fastscale/configure.in.in
index a1a5f28..287e4e9 100644
--- a/src/fastscale/configure.in.in
+++ b/src/fastscale/configure.in.in
@@ -3,7 +3,7 @@
#
AM_PROG_AS
-# MMX test duped from kdelibs/kdefx - it should be probably moved to admin/
+# MMX test duped from kdelibs/tdefx - it should be probably moved to admin/
dnl -----------------------------------------------------
dnl IA32 checks
dnl -----------------------------------------------------
diff --git a/src/k3b.cpp b/src/k3b.cpp
index 33fa52a..40ea871 100644
--- a/src/k3b.cpp
+++ b/src/k3b.cpp
@@ -1291,9 +1291,9 @@ void K3bMainWindow::slotProjectAddFiles()
void K3bMainWindow::slotK3bSetup()
{
KProcess p;
- p << "kdesu" << "kcmshell k3bsetup2 --lang " + KGlobal::locale()->language();
+ p << "tdesu" << "kcmshell k3bsetup2 --lang " + KGlobal::locale()->language();
if( !p.start( KProcess::DontCare ) )
- KMessageBox::error( 0, i18n("Could not find kdesu to run K3bSetup with root privileges. "
+ KMessageBox::error( 0, i18n("Could not find tdesu to run K3bSetup with root privileges. "
"Please run it manually as root.") );
}
diff --git a/src/k3bsystemproblemdialog.cpp b/src/k3bsystemproblemdialog.cpp
index 75a9f58..a7575f0 100644
--- a/src/k3bsystemproblemdialog.cpp
+++ b/src/k3bsystemproblemdialog.cpp
@@ -608,7 +608,7 @@ void K3bSystemProblemDialog::checkSystem( TQWidget* parent,
void K3bSystemProblemDialog::slotK3bSetup()
{
KProcess p;
- p << "kdesu" << "kcmshell k3bsetup2 --lang " + KGlobal::locale()->language();
+ p << "tdesu" << "kcmshell k3bsetup2 --lang " + KGlobal::locale()->language();
if( !p.start( KProcess::DontCare ) )
KMessageBox::error( 0, i18n("Unable to start K3bSetup2.") );
}