summaryrefslogtreecommitdiffstats
path: root/adept
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 02:17:20 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 02:17:20 -0600
commit0449add6c84ad87e6c7d90264aba8069391e3b32 (patch)
tree4ffbe05eba32f900cf9eaad1d139ce3c39e48bef /adept
parentcf15d214476f31d58bed3234012dcf6638455eae (diff)
downloadadept-0449add6c84ad87e6c7d90264aba8069391e3b32.tar.gz
adept-0449add6c84ad87e6c7d90264aba8069391e3b32.zip
Additional kde to tde renaming
Diffstat (limited to 'adept')
-rw-r--r--adept/adept/application.cpp4
-rw-r--r--adept/libadept/application.cpp4
-rw-r--r--adept/notifier/Makefile.am2
-rw-r--r--adept/notifier/app.cpp2
4 files changed, 6 insertions, 6 deletions
diff --git a/adept/adept/application.cpp b/adept/adept/application.cpp
index 57e1265..0d9afc2 100644
--- a/adept/adept/application.cpp
+++ b/adept/adept/application.cpp
@@ -207,7 +207,7 @@ void Application::openCache( unsigned flags )
"in any way (install, remove or upgrade software), "
"because this application needs special administrator "
"(root) privileges. Please run it as root or "
- "through kdesu or sudo programs to be able to perform "
+ "through tdesu or sudo programs to be able to perform "
"these actions" ),
i18n( "Read Only mode: Need root privileges" ) );
} else if ( root && !ro ) {
@@ -230,7 +230,7 @@ void Application::openCache( unsigned flags )
KMessageBox::information(
m_main, i18n( "This application needs special administrator "
"(root) privileges. Please run it as root or "
- "through kdesu or sudo programs" ),
+ "through tdesu or sudo programs" ),
i18n( "Need root privileges" ) );
}
if ( !ro ) {
diff --git a/adept/libadept/application.cpp b/adept/libadept/application.cpp
index 92470a3..7f836bf 100644
--- a/adept/libadept/application.cpp
+++ b/adept/libadept/application.cpp
@@ -71,7 +71,7 @@ void Application::openCache( unsigned flags )
"in any way (install, remove or upgrade software), "
"because this application needs special administrator "
"(root) privileges. Please run it as root or "
- "through kdesu or sudo programs to be able to perform "
+ "through tdesu or sudo programs to be able to perform "
"these actions" ),
i18n( "Read Only mode: Need root privileges" ) );
} else if ( root && !ro ) {
@@ -86,7 +86,7 @@ void Application::openCache( unsigned flags )
KMessageBox::information(
m_main, i18n( "This application needs special administrator "
"(root) privileges. Please run it as root or "
- "through kdesu or sudo programs" ),
+ "through tdesu or sudo programs" ),
i18n( "Need root privileges" ) );
}
if ( !ro ) {
diff --git a/adept/notifier/Makefile.am b/adept/notifier/Makefile.am
index e0b6711..44651bb 100644
--- a/adept/notifier/Makefile.am
+++ b/adept/notifier/Makefile.am
@@ -1,6 +1,6 @@
bin_PROGRAMS = adept_notifier
-#kdeinit_LTLIBRARIES = adept-notifier.la
+#tdeinit_LTLIBRARIES = adept-notifier.la
noinst_HEADERS = app.h
adept_notifier_SOURCES = app.cpp
diff --git a/adept/notifier/app.cpp b/adept/notifier/app.cpp
index f6ca90f..5e179ac 100644
--- a/adept/notifier/app.cpp
+++ b/adept/notifier/app.cpp
@@ -202,7 +202,7 @@ void NotifierApp::crashWatcher() {
if (m_crashes) {
KProcess *proc2 = new KProcess;
- *proc2 << "kdesu" << "/usr/share/apport/apport-qt";
+ *proc2 << "tdesu" << "/usr/share/apport/apport-qt";
proc2->start(KProcess::DontCare);
} else {
KShellProcess *proc2 = new KShellProcess;