summaryrefslogtreecommitdiffstats
path: root/quanta/src
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 13:53:35 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 13:53:35 -0600
commitffa67ac75582192196cb70f866f6bfa00586542a (patch)
tree5a09c67b42a8228fc8348b5689b85006ea09942d /quanta/src
parent997aa1672a07ce33c6696bd4a4124bfff97036e1 (diff)
downloadtdewebdev-ffa67ac75582192196cb70f866f6bfa00586542a.tar.gz
tdewebdev-ffa67ac75582192196cb70f866f6bfa00586542a.zip
Additional renaming of kde to tde
Diffstat (limited to 'quanta/src')
-rw-r--r--quanta/src/kqapp.cpp2
-rw-r--r--quanta/src/main.cpp6
-rw-r--r--quanta/src/quanta.cpp8
-rw-r--r--quanta/src/quanta.h2
-rw-r--r--quanta/src/quanta_init.cpp8
-rw-r--r--quanta/src/quantadoc.cpp2
-rw-r--r--quanta/src/quantaview.cpp2
7 files changed, 15 insertions, 15 deletions
diff --git a/quanta/src/kqapp.cpp b/quanta/src/kqapp.cpp
index edd4230b..212bc68f 100644
--- a/quanta/src/kqapp.cpp
+++ b/quanta/src/kqapp.cpp
@@ -28,7 +28,7 @@
#include <kglobalsettings.h>
#include <ksplashscreen.h>
#include <dcopclient.h>
-#include <kdeversion.h>
+#include <tdeversion.h>
#include "config.h"
#include "quantacommon.h"
diff --git a/quanta/src/main.cpp b/quanta/src/main.cpp
index fda7d0dc..75d6918e 100644
--- a/quanta/src/main.cpp
+++ b/quanta/src/main.cpp
@@ -71,7 +71,7 @@ int main(int argc, char *argv[])
QUANTA_VERSION, description, KAboutData::License_GPL_V2,
copyright,
othertext,
- "http://kdewebdev.org"
+ "http://tdewebdev.org"
);
//aboutData.otherText(&othertext);
@@ -83,7 +83,7 @@ int main(int argc, char *argv[])
aboutData.addCredit("Michal Rudolf",
I18N_NOOP("Various fixes, table editor maintainer"),
- "mrudolf@kdewebdev.org");
+ "mrudolf@tdewebdev.org");
aboutData.addCredit("Linus McCabe",
I18N_NOOP("Debugger interface and integration of the Gubed PHP debugger"),
@@ -151,7 +151,7 @@ int main(int argc, char *argv[])
aboutData.addCredit("Jens Herden",
I18N_NOOP("Improvements to the treeview code; code review and cleanup"),
- "jens@kdewebdev.org");
+ "jens@tdewebdev.org");
aboutData.addCredit("Andrea Bergia",
I18N_NOOP("Original CSS editor"),
diff --git a/quanta/src/quanta.cpp b/quanta/src/quanta.cpp
index 11747dee..1a1e6c0c 100644
--- a/quanta/src/quanta.cpp
+++ b/quanta/src/quanta.cpp
@@ -64,7 +64,7 @@
#include <kconfig.h>
#include <khtmlview.h>
#include <kdialogbase.h>
-#include <kdeversion.h>
+#include <tdeversion.h>
#include <kkeydialog.h>
#include <kinputdialog.h>
#include <klibloader.h>
@@ -2737,7 +2737,7 @@ void QuantaApp::slotSendToolbar()
TagMailDlg *mailDlg = new TagMailDlg( this, i18n("Send toolbar in email").ascii() );
TQString toStr;
- TQString message = i18n("Hi,\n This is a Quanta Plus [http://quanta.kdewebdev.org] toolbar.\n\nHave fun.\n");
+ TQString message = i18n("Hi,\n This is a Quanta Plus [http://quanta.tdewebdev.org] toolbar.\n\nHave fun.\n");
TQString titleStr;
TQString subjectStr;
@@ -3151,7 +3151,7 @@ void QuantaApp::slotMakeDonation()
void QuantaApp::slotHelpHomepage()
{
- kapp->invokeBrowser("http://quanta.kdewebdev.org");
+ kapp->invokeBrowser("http://quanta.tdewebdev.org");
}
void QuantaApp::slotHelpUserList()
@@ -3611,7 +3611,7 @@ void QuantaApp::slotEmailDTEP()
TagMailDlg *mailDlg = new TagMailDlg( this, i18n("Send DTEP in Email").ascii());
TQString toStr;
- TQString message = i18n("Hi,\n This is a Quanta Plus [http://quanta.kdewebdev.org] DTEP definition tarball.\n\nHave fun.\n");
+ TQString message = i18n("Hi,\n This is a Quanta Plus [http://quanta.tdewebdev.org] DTEP definition tarball.\n\nHave fun.\n");
TQString titleStr;
TQString subjectStr;
diff --git a/quanta/src/quanta.h b/quanta/src/quanta.h
index 7d9c2867..1b7231e4 100644
--- a/quanta/src/quanta.h
+++ b/quanta/src/quanta.h
@@ -38,7 +38,7 @@
#include <tqptrlist.h>
// include files for KDE
-#include <kdeversion.h>
+#include <tdeversion.h>
#include <kdockwidget.h>
#include <kparts/browserextension.h>
#include <kparts/dockmainwindow.h>
diff --git a/quanta/src/quanta_init.cpp b/quanta/src/quanta_init.cpp
index 275a269d..5239c8de 100644
--- a/quanta/src/quanta_init.cpp
+++ b/quanta/src/quanta_init.cpp
@@ -622,7 +622,7 @@ void QuantaInit::readOptions()
TQString str = m_config->readEntry("ProvidersUrl");
if (str.isEmpty())
{
- m_config->writeEntry( "ProvidersUrl", "http://quanta.kdewebdev.org/newstuff/providers.xml" );
+ m_config->writeEntry( "ProvidersUrl", "http://quanta.tdewebdev.org/newstuff/providers.xml" );
m_config->sync();
}
@@ -1403,7 +1403,7 @@ void QuantaInit::checkRuntimeDependencies()
Dependency dependency;
dependency.name = "Kommander";
dependency.execName = "kmdr-executor";
- dependency.url = "http://kommander.kdewebdev.org";
+ dependency.url = "http://kommander.tdewebdev.org";
dependency.description = i18n("various script based dialogs including the Quick Start dialog");
dependency.type = Dependency::Executable;
dependencies.append(dependency);
@@ -1423,7 +1423,7 @@ void QuantaInit::checkRuntimeDependencies()
dependencies.append(dependency);
- dependency.name = i18n("Control Center (kdebase)");
+ dependency.name = i18n("Control Center (tdebase)");
dependency.execName = "kcmshell";
dependency.url = "http://www.kde.org";
dependency.description = i18n("preview browser configuration");
@@ -1439,7 +1439,7 @@ void QuantaInit::checkRuntimeDependencies()
dependency.name = "KFileReplace";
dependency.execName = "KFileReplace";
- dependency.url = "http://kfilereplace.kdewebdev.org";
+ dependency.url = "http://kfilereplace.tdewebdev.org";
dependency.description = i18n("search and replace in files");
dependency.type = Dependency::Plugin;
dependencies.append(dependency);
diff --git a/quanta/src/quantadoc.cpp b/quanta/src/quantadoc.cpp
index 9884d01a..797c1172 100644
--- a/quanta/src/quantadoc.cpp
+++ b/quanta/src/quantadoc.cpp
@@ -33,7 +33,7 @@
#include <kpopupmenu.h>
#include <kmessagebox.h>
#include <kdirwatch.h>
-#include <kdeversion.h>
+#include <tdeversion.h>
#include <kdebug.h>
#include <kiconloader.h>
diff --git a/quanta/src/quantaview.cpp b/quanta/src/quantaview.cpp
index fcfe0871..cb4c8ef9 100644
--- a/quanta/src/quantaview.cpp
+++ b/quanta/src/quantaview.cpp
@@ -42,7 +42,7 @@
#include <kiconloader.h>
#include <kmessagebox.h>
#include <kurldrag.h>
-#include <kdeversion.h>
+#include <tdeversion.h>
#include <kparts/partmanager.h>
#include <kstatusbar.h>