summaryrefslogtreecommitdiffstats
path: root/quanta/src
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-09-03 20:03:18 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-09-03 21:03:38 +0200
commitd17de25b7fe2200ed60b15ec6801e3458b2c1046 (patch)
treef8d177d2e951eab368c0491c24837836ef41470b /quanta/src
parent9b520883661b34a40beb46cedb80355fbe6587ad (diff)
downloadtdewebdev-d17de25b7fe2200ed60b15ec6801e3458b2c1046.tar.gz
tdewebdev-d17de25b7fe2200ed60b15ec6801e3458b2c1046.zip
Additional k => tde renaming and fixes
Diffstat (limited to 'quanta/src')
-rw-r--r--quanta/src/Makefile.am4
-rw-r--r--quanta/src/main.cpp6
-rw-r--r--quanta/src/quanta.cpp4
-rw-r--r--quanta/src/quanta_init.cpp2
4 files changed, 8 insertions, 8 deletions
diff --git a/quanta/src/Makefile.am b/quanta/src/Makefile.am
index bff8e320..4f8423e5 100644
--- a/quanta/src/Makefile.am
+++ b/quanta/src/Makefile.am
@@ -30,7 +30,7 @@ quanta_LDADD = $(top_builddir)/quanta/project/libproject.la \
$(top_builddir)/quanta/utility/libutility.la \
$(top_builddir)/lib/libquantamodule.la \
-lkatepartinterfaces $(LIB_KNEWSTUFF) $(LIB_KAFKA) $(LIB_CVSSERVICE) \
- $(LIB_KMDI) $(LIBXML_LIBS) $(LIBXSLT_LIBS) $(LIB_TDEABC) $(LIB_KSPELL) $(LIB_TDEHTML) -lX11 -ltdefx
+ $(LIB_KMDI) $(LIBXML_LIBS) $(LIBXSLT_LIBS) $(LIB_TDEABC) $(LIB_TDESPELL) $(LIB_TDEHTML) -lX11 -ltdefx
# $(top_builddir)/lib/compatibility/libcompat.la
AM_CPPFLAGS = -I$(top_srcdir)/quanta/dialogs \
@@ -64,7 +64,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/quanta/dialogs \
quanta_METASOURCES = AUTO
# the library search path.
-quanta_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor -lX11
+quanta_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor -lX11
# this is where the kdelnk file will go
xdg_apps_DATA = quanta.desktop
diff --git a/quanta/src/main.cpp b/quanta/src/main.cpp
index 91e0dbd5..183b2149 100644
--- a/quanta/src/main.cpp
+++ b/quanta/src/main.cpp
@@ -71,7 +71,7 @@ int main(int argc, char *argv[])
QUANTA_VERSION, description, TDEAboutData::License_GPL_V2,
copyright,
othertext,
- "http://tdewebdev.org"
+ "http://kdewebdev.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@tdewebdev.org");
+ "mrudolf@kdewebdev.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@tdewebdev.org");
+ "jens@kdewebdev.org");
aboutData.addCredit("Andrea Bergia",
I18N_NOOP("Original CSS editor"),
diff --git a/quanta/src/quanta.cpp b/quanta/src/quanta.cpp
index 75ac7db0..aa28dc4b 100644
--- a/quanta/src/quanta.cpp
+++ b/quanta/src/quanta.cpp
@@ -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.tdewebdev.org] toolbar.\n\nHave fun.\n");
+ TQString message = i18n("Hi,\n This is a Quanta Plus [http://quanta.kdewebdev.org] toolbar.\n\nHave fun.\n");
TQString titleStr;
TQString subjectStr;
@@ -3592,7 +3592,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.tdewebdev.org] DTEP definition tarball.\n\nHave fun.\n");
+ TQString message = i18n("Hi,\n This is a Quanta Plus [http://quanta.kdewebdev.org] DTEP definition tarball.\n\nHave fun.\n");
TQString titleStr;
TQString subjectStr;
diff --git a/quanta/src/quanta_init.cpp b/quanta/src/quanta_init.cpp
index 8a75ceb1..49e1e057 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.tdewebdev.org/newstuff/providers.xml" );
+ m_config->writeEntry( "ProvidersUrl", "http://quanta.kdewebdev.org/newstuff/providers.xml" );
m_config->sync();
}