summaryrefslogtreecommitdiffstats
path: root/tdesudo
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-26 13:13:48 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-26 13:13:48 -0600
commitfa808acc03898b94784fc8cb572d2ae99a3f7b95 (patch)
tree5ffe178d55e73f775398dcfe971eaaa12d08bfb3 /tdesudo
parente8181caef11d8a8607af5dd3d59dd9641bfe87e9 (diff)
downloadtdesudo-fa808acc03898b94784fc8cb572d2ae99a3f7b95.tar.gz
tdesudo-fa808acc03898b94784fc8cb572d2ae99a3f7b95.zip
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'tdesudo')
-rw-r--r--tdesudo/Makefile.am2
-rw-r--r--tdesudo/tdesudo.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/tdesudo/Makefile.am b/tdesudo/Makefile.am
index 3e9716e..321015b 100644
--- a/tdesudo/Makefile.am
+++ b/tdesudo/Makefile.am
@@ -41,7 +41,7 @@ INCLUDES= $(all_includes)
METASOURCES = AUTO
# the library search path.
-tdesudo_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
+tdesudo_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor
# Uncomment the following two lines if you add a ui.rc file for your application to make use of
# KDE?s XML GUI builing
diff --git a/tdesudo/tdesudo.cpp b/tdesudo/tdesudo.cpp
index 455a42e..d343970 100644
--- a/tdesudo/tdesudo.cpp
+++ b/tdesudo/tdesudo.cpp
@@ -163,7 +163,7 @@ KdeSudo::KdeSudo(TQWidget *parent, const char *name,const TQString& icon, const
pclose(fout);
// Exporting the user's sycoca
- kdeSycoca = TQFile::encodeName(locateLocal("cache", "ksycoca"));
+ kdeSycoca = TQFile::encodeName(locateLocal("cache", "tdesycoca"));
}
connect( p, TQT_SIGNAL(receivedStdout(TDEProcess*, char*, int)), this, TQT_SLOT(receivedOut(TDEProcess*, char*, int)) );