summaryrefslogtreecommitdiffstats
path: root/tdesudo/tdesudo.cpp
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/tdesudo.cpp
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/tdesudo.cpp')
-rw-r--r--tdesudo/tdesudo.cpp2
1 files changed, 1 insertions, 1 deletions
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)) );