summaryrefslogtreecommitdiffstats
path: root/src/kdesvnd
diff options
context:
space:
mode:
Diffstat (limited to 'src/kdesvnd')
-rw-r--r--src/kdesvnd/CMakeLists.txt34
-rw-r--r--src/kdesvnd/kdesvn_subversion.desktop.in74
-rw-r--r--src/kdesvnd/kdesvnd.desktop8
-rw-r--r--src/kdesvnd/kdesvnd_dcop.cpp50
-rw-r--r--src/kdesvnd/kdesvnd_dcop.h10
-rw-r--r--src/kdesvnd/main.cpp14
6 files changed, 95 insertions, 95 deletions
diff --git a/src/kdesvnd/CMakeLists.txt b/src/kdesvnd/CMakeLists.txt
index 5197f24..87f7c6e 100644
--- a/src/kdesvnd/CMakeLists.txt
+++ b/src/kdesvnd/CMakeLists.txt
@@ -1,35 +1,35 @@
INCLUDE_DIRECTORIES(${CMAKE_BINARY_DIR}/src/svnqt)
FILE(GLOB hdr RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} "*.h")
-SET(kded_kdesvnd_src
- kdesvnd_dcop.cpp
+SET(kded_tdesvnd_src
+ tdesvnd_dcop.cpp
${hdr}
)
-KDE3_ADD_MOC_FILES(kded_kdesvnd_src kdesvnd_dcop.h)
+KDE3_ADD_MOC_FILES(kded_tdesvnd_src tdesvnd_dcop.h)
-KDE3_ADD_DCOP_SKELS(kded_kdesvnd_src
- kdesvnd_dcop.h)
+KDE3_ADD_DCOP_SKELS(kded_tdesvnd_src
+ tdesvnd_dcop.h)
-KDE3_ADD_KPART(kded_kdesvnd ${kded_kdesvnd_src})
+KDE3_ADD_KPART(kded_tdesvnd ${kded_tdesvnd_src})
-TARGET_LINK_LIBRARIES(kded_kdesvnd
+TARGET_LINK_LIBRARIES(kded_tdesvnd
svnqt
ksvnwidgets
- kdesvnhelpers
- kdesvncfgreader
+ tdesvnhelpers
+ tdesvncfgreader
${QT_AND_TDECORE_LIBS} ${KDE3_KIO_LIBRARY} ${KDE3_DCOP_LIBRARY}
${KDE3_UI_LIBRARY} ${KDE3_WALLET_LIBRARY}
${KDE3_KINIT_KDED_LIBRARY})
-SET_TARGET_PROPERTIES(kded_kdesvnd
+SET_TARGET_PROPERTIES(kded_tdesvnd
PROPERTIES
LINK_FLAGS "${LINK_NO_UNDEFINED} ${_BASE_LDADD} ${APR_EXTRA_LIBFLAGS} ${APU_EXTRA_LIBFLAGS} -module")
-INSTALL(TARGETS kded_kdesvnd
+INSTALL(TARGETS kded_tdesvnd
RUNTIME DESTINATION ${BIN_INSTALL_DIR}
LIBRARY DESTINATION ${PLUGIN_INSTALL_DIR})
-KDESVN_GENERATE_LIBTOOL_FILE(kded_kdesvnd)
+KDESVN_GENERATE_LIBTOOL_FILE(kded_tdesvnd)
IF(KDE3_KDECONFIG_EXECUTABLE)
EXECUTE_PROCESS(COMMAND ${KDE3_KDECONFIG_EXECUTABLE} "--version" OUTPUT_VARIABLE output)
@@ -40,16 +40,16 @@ SET(KDE_MIN_VERSION "3.5.0")
MACRO_ENSURE_VERSION(${KDE_MIN_VERSION} ${KDEVERSION} VERSION_OK)
IF(VERSION_OK)
- SET(ACTION_MENU "X-KDE-GetActionMenu=kded kdesvnd getActionMenu(KURL::List)")
+ SET(ACTION_MENU "X-KDE-GetActionMenu=kded tdesvnd getActionMenu(KURL::List)")
ELSE(VERSION_OK)
SET(ACTION_MENU "Actions=Update;Commit;Add;Delete;Blame;Log;Diff;Checkout;Export;Info;Addnew;Switch;Revert;Rename;Tree")
ENDIF(VERSION_OK)
-CONFIGURE_FILE(kdesvn_subversion.desktop.in
- ${CMAKE_CURRENT_BINARY_DIR}/kdesvn_subversion.desktop @ONLY)
+CONFIGURE_FILE(tdesvn_subversion.desktop.in
+ ${CMAKE_CURRENT_BINARY_DIR}/tdesvn_subversion.desktop @ONLY)
-INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/kdesvn_subversion.desktop
+INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/tdesvn_subversion.desktop
DESTINATION ${DATA_INSTALL_DIR}/konqueror/servicemenus)
-INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/kdesvnd.desktop
+INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/tdesvnd.desktop
DESTINATION ${SERVICES_INSTALL_DIR}/kded)
diff --git a/src/kdesvnd/kdesvn_subversion.desktop.in b/src/kdesvnd/kdesvn_subversion.desktop.in
index 4897342..7927ab7 100644
--- a/src/kdesvnd/kdesvn_subversion.desktop.in
+++ b/src/kdesvnd/kdesvn_subversion.desktop.in
@@ -1,23 +1,23 @@
[Desktop Entry]
Encoding=UTF-8
ServiceTypes=inode/directory,all/allfiles
-X-KDE-Submenu=Subversion (kdesvn)
+X-KDE-Submenu=Subversion (tdesvn)
@ACTION_MENU@
[Desktop Action Log]
Name=Subversion log (last 100)
Name[es]=Mostrar registros (últimos 100)
-Icon=kdesvnlog
-Exec=kdesvn exec -r HEAD:1 -l 100 log %U
+Icon=tdesvnlog
+Exec=tdesvn exec -r HEAD:1 -l 100 log %U
Comment=Displays the subversion log
Comment[es]=Muestra los registros de Subversion
[Desktop Action Info]
Name=Detailed subversion info
Name[es]=Información detallada
-Icon=kdesvninfo
-Exec=kdesvn exec info %U
+Icon=tdesvninfo
+Exec=tdesvn exec info %U
[Desktop Action Add]
Name=Add to Repository
@@ -29,14 +29,14 @@ Name[sr@Latn]=Dodaj u skladište
Name[sv]=Lägg till i arkiv
Name[tr]=Depoya Ekle
Name[es]=Añadir al Repositorio
-Icon=kdesvnadd
-Exec=kdesvn exec add %U
+Icon=tdesvnadd
+Exec=tdesvn exec add %U
[Desktop Action Addnew]
Name=Check for unversioned items
Name[es]=Mostrar elementos no versionados
-Icon=kdesvnaddrecursive
-Exec=kdesvn exec addnew %U
+Icon=tdesvnaddrecursive
+Exec=tdesvn exec addnew %U
[Desktop Action Delete]
Name=Delete From Repository
@@ -48,8 +48,8 @@ Name[sr@Latn]=Obriši iz skladišta
Name[sv]=Ta bort från arkiv
Name[tr]=Depodan Sil
Name[es]=Eliminar del Repositorio
-Icon=kdesvndelete
-Exec=kdesvn exec rm %U
+Icon=tdesvndelete
+Exec=tdesvn exec rm %U
[Desktop Action Revert]
Name=Revert Local Changes
@@ -62,7 +62,7 @@ Name[sv]=Återställ lokal ändring
Name[tr]=Yerel Değişiklikleri Ters Çevir
Name[es]=Deshacer cambios locales
Icon=undo
-Exec=kdesvn exec revert %U
+Exec=tdesvn exec revert %U
Comment=Remove any changes made locally. Warning - this cannot be undone.
Comment[bg]=Премахване на локалните промени, които са направени. Забележете, че данните ще се загубят безвъзвратно.
Comment[da]=Fjern alle ændringer der er lavet lokalt. Advarsel - dette kan ikke fortrydes.
@@ -87,7 +87,7 @@ Name[sv]=Byt namn...
Name[tr]=Yeniden Adlandır...
Name[es]=Renombrar...
Icon=pencil
-Exec=kdesvn exec mv %U
+Exec=tdesvn exec mv %U
Comment=Rename a file locally and in the repository. Use this rather than adding and deleting to rename a file.
Comment[bg]=Преименуване на файл локално и в хранилището. За предпочитане е да използвате този метод, вместо изтриване и добавяне.
Comment[da]=Omdøb en fil lokalt og i lageret. Brug dette i stedet for at tilføje og slette fro at omdøbe en fil.
@@ -129,8 +129,8 @@ Name[sr@Latn]=Dovuci iz skladišta...
Name[sv]=Checka ut från ett arkiv...
Name[tr]=Depodan Kontrol Et...
Name[es]=Obtener del Repositorio...
-Icon=kdesvncheckout
-Exec=kdesvn exec checkout %U
+Icon=tdesvncheckout
+Exec=tdesvn exec checkout %U
Comment=Checkout out files from an existing repository into this folder.
Comment[bg]=Изтегляне на файлове от хранилището в текущата директория.
Comment[da]=Tjek filer ud fra et eksisterende lager til denne mappe.
@@ -150,7 +150,7 @@ Name[sr@Latn]=Prebaci...
Name[sv]=Byt...
Name[tr]=Değiştir...
Name[es]=Relocalizar...
-Icon=kdesvnswitch
+Icon=tdesvnswitch
Comment=Switch given working copy to another branch
Comment[bg]=Превключване на работното копие към друго разклонение.
Comment[da]=Skift given arbejdskopi til en anden gren.
@@ -160,7 +160,7 @@ Comment[sr@Latn]=Prebaci datu radnu kopiju na drugu granu
Comment[sv]=Byt angiven arbetskopia till en annan gren
Comment[tr]=Çalışan belirli bir kopyayı başka bölüme değiştir
Comment[es]=Relocaliza la copia de trabajo hacia otra rama
-Exec=kdesvn exec switch %U
+Exec=tdesvn exec switch %U
[Desktop Action Merge]
Name=Merge...
@@ -193,7 +193,7 @@ Name[sr]=Окриви...
Name[sr@Latn]=Okrivi...
Name[sv]=Klandra...
Name[es]=Ver anotado...
-Icon=kdesvnblame
+Icon=tdesvnblame
Comment=See who wrote each line of the file and in what revision
Comment[bg]=Информация за файла.
Comment[da]=Se hvem der skrev hver linje i filen og i hvilken revision
@@ -202,7 +202,7 @@ Comment[sr]=Прикажи за сваку линију фајла ко ју ј�
Comment[sr@Latn]=Prikaži za svaku liniju fajla ko ju je napisao i u kojoj reviziji
Comment[sv]=Se vem som skrev varje rad i filen och för vilken version
Comment[es]=Ver quién escribió cada línea del fichero y en qué revisión
-Exec=kdesvn exec blame %U
+Exec=tdesvn exec blame %U
[Desktop Action CreatePatch]
Name=Create Patch...
@@ -230,8 +230,8 @@ Name[sr@Latn]=Izvezi...
Name[sv]=Exportera...
Name[tr]=Dışa Aktar...
Name[es]=Exportar...
-Icon=kdesvnexport
-Exec=kdesvn exec export %U
+Icon=tdesvnexport
+Exec=tdesvn exec export %U
Comment=Checkout out an unversioned copy of a tree from a repository
Comment[bg]=Изтегляне на копие на дървото от хранилището.
Comment[da]=Tjek en kopi uden version ud af et træ fra et lager
@@ -253,8 +253,8 @@ Name[sr@Latn]=Razlikuj (lokalno)
Name[sv]=Jämför (lokalt)
Name[tr]=Diff (yerel)
Name[es]=Ver diferencias (locales)
-Icon=kdesvndiff
-Exec=kdesvn exec diff %U
+Icon=tdesvndiff
+Exec=tdesvn exec diff %U
Comment=Show local changes since last update
Comment[bg]=Показване на локалните промени след последното обновяване.
Comment[da]=Vis lokale ændringer siden sidste opdatering
@@ -275,8 +275,8 @@ Name[sr@Latn]=SVN ažuriranje
Name[sv]=SVN-uppdatera
Name[tr]=SVN Güncelleme
Name[es]=(SVN) Actualizar
-Icon=kdesvnupdate
-Exec=kdesvn exec update %U
+Icon=tdesvnupdate
+Exec=tdesvn exec update %U
[Desktop Action Commit]
Name=KDESvn Commit
@@ -287,8 +287,8 @@ Name[sr@Latn]=SVN predaja
Name[sv]=SVN-arkivera
Name[tr]=SVN Teslim Etme
Name[es]=(SVN) Confirmar
-Icon=kdesvncommit
-Exec=kdesvn exec commit %U
+Icon=tdesvncommit
+Exec=tdesvn exec commit %U
[Desktop Action Checkout]
Name=Checkout From Repository...
@@ -300,8 +300,8 @@ Name[sr@Latn]=Dovuci iz skladišta...
Name[sv]=Checka ut från ett arkiv...
Name[tr]=Depodan Kontrol Et...
Name[es]=(SVN) Obtener del Repositorio...
-Icon=kdesvncheckout
-Exec=kdesvn exec checkout %U
+Icon=tdesvncheckout
+Exec=tdesvn exec checkout %U
Comment=Checkout out files from an existing repository into this folder.
Comment[bg]=Изтегляне на файлове от хранилището в текущата директория.
Comment[da]=Tjek filer ud fra et eksisterende lager til denne mappe.
@@ -325,8 +325,8 @@ Name[sr@Latn]=Izvezi...
Name[sv]=Exportera...
Name[tr]=Dışa Aktar...
Name[es]=(SVN) Exportar...
-Icon=kdesvnexport
-Exec=kdesvn exec export %U
+Icon=tdesvnexport
+Exec=tdesvn exec export %U
Comment=Checkout out an unversioned copy of a tree from a repository
Comment[bg]=Изтегляне на копие на дървото от хранилището.
Comment[da]=Tjek en kopi uden version ud af et træ fra et lager
@@ -341,8 +341,8 @@ Comment[es]=Obtener una copia no versionada del árbol de un repositorio
Name=Checkout from a repository...
Name[de]=Checkout einer Repository
Name[es]=Obtener de Subversion...
-Icon=kdesvncheckout
-Exec=kdesvn exec checkoutto %U
+Icon=tdesvncheckout
+Exec=tdesvn exec checkoutto %U
Comment=Checkout out files from an existing repository into this folder.
Comment[de]=Erzeuge eine Arbeitskopie von einer Repository
Comment[es]=Extraer ficheros de un repositorio existente hacia esta carpeta.
@@ -351,8 +351,8 @@ Comment[es]=Extraer ficheros de un repositorio existente hacia esta carpeta.
Name=Export from a subversion repository...
Name[de]=Exportiere von einer Subversion Repository...
Name[es]=Exportar de Subversion...
-Icon=kdesvnexport
-Exec=kdesvn exec exportto %U
+Icon=tdesvnexport
+Exec=tdesvn exec exportto %U
Comment=Checkout out an unversioned copy of a tree from a repository
Comment[de]=Hole eine unversionierte Kopie eines Baums von einer Repository
Comment[es]=Obtener una copia no versionada del árbol de un repositorio
@@ -361,8 +361,8 @@ Comment[es]=Obtener una copia no versionada del árbol de un repositorio
Name=Display revision tree
Name[de]=Zeige Revisionsbaum
Name[es]=Mostrar árbol de revisiones
-Icon=kdesvnlog
-Exec=kdesvn exec tree %U
+Icon=tdesvnlog
+Exec=tdesvn exec tree %U
Comment[de]=Zeige den kompletten Revisionsbaum
Comment=Show complete revision tree
Comment[es]=Muestra el árbol de revisiones completo
diff --git a/src/kdesvnd/kdesvnd.desktop b/src/kdesvnd/kdesvnd.desktop
index eb9c91c..b4ec90e 100644
--- a/src/kdesvnd/kdesvnd.desktop
+++ b/src/kdesvnd/kdesvnd.desktop
@@ -1,12 +1,12 @@
[Desktop Entry]
Encoding=UTF-8
Type=Service
-Name=kdesvnd subversion module
-Name[es]=módulo para subversion kdesvnd
+Name=tdesvnd subversion module
+Name[es]=módulo para subversion tdesvnd
ServiceTypes=KDEDModule
X-KDE-ModuleType=Library
-X-KDE-Library=kdesvnd
-X-KDE-FactoryName=kdesvnd
+X-KDE-Library=tdesvnd
+X-KDE-FactoryName=tdesvnd
X-KDE-Kded-autoload=true
X-KDE-Kded-load-on-demand=true
diff --git a/src/kdesvnd/kdesvnd_dcop.cpp b/src/kdesvnd/kdesvnd_dcop.cpp
index 090d318..67962de 100644
--- a/src/kdesvnd/kdesvnd_dcop.cpp
+++ b/src/kdesvnd/kdesvnd_dcop.cpp
@@ -18,12 +18,12 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
***************************************************************************/
-#include "kdesvn-config.h"
-#include "kdesvnd_dcop.h"
+#include "tdesvn-config.h"
+#include "tdesvnd_dcop.h"
#include "src/ksvnwidgets/authdialogimpl.h"
#include "src/ksvnwidgets/ssltrustprompt_impl.h"
#include "src/ksvnwidgets/logmsg_impl.h"
-#include "src/settings/kdesvnsettings.h"
+#include "src/settings/tdesvnsettings.h"
#include "src/ksvnwidgets/pwstorage.h"
#include "src/svnqt/client.hpp"
#include "src/svnqt/revision.hpp"
@@ -43,19 +43,19 @@
#include <tqdir.h>
extern "C" {
- KDESVN_EXPORT KDEDModule *create_kdesvnd(const TQCString &name)
+ KDESVN_EXPORT KDEDModule *create_tdesvnd(const TQCString &name)
{
- return new kdesvnd_dcop(name);
+ return new tdesvnd_dcop(name);
}
}
class IListener:public svn::ContextListener
{
- friend class kdesvnd_dcop;
+ friend class tdesvnd_dcop;
- kdesvnd_dcop*m_back;
+ tdesvnd_dcop*m_back;
public:
- IListener(kdesvnd_dcop*p);
+ IListener(tdesvnd_dcop*p);
virtual ~IListener();
/* context-listener methods */
virtual bool contextGetLogin (const TQString & realm,
@@ -92,7 +92,7 @@ protected:
svn::ContextP m_CurrentContext;
};
-IListener::IListener(kdesvnd_dcop*p)
+IListener::IListener(tdesvnd_dcop*p)
:svn::ContextListener()
{
m_Svnclient = svn::Client::getobject(0,0);
@@ -106,18 +106,18 @@ IListener::~IListener()
{
}
-kdesvnd_dcop::kdesvnd_dcop(const TQCString&name) : KDEDModule(name)
+tdesvnd_dcop::tdesvnd_dcop(const TQCString&name) : KDEDModule(name)
{
- KGlobal::locale()->insertCatalogue("kdesvn");
+ KGlobal::locale()->insertCatalogue("tdesvn");
m_Listener=new IListener(this);
}
-kdesvnd_dcop::~kdesvnd_dcop()
+tdesvnd_dcop::~tdesvnd_dcop()
{
delete m_Listener;
}
-TQStringList kdesvnd_dcop::getActionMenu (const KURL::List list)
+TQStringList tdesvnd_dcop::getActionMenu (const KURL::List list)
{
TQStringList result;
Kdesvnsettings::self()->readConfig();
@@ -191,13 +191,13 @@ TQStringList kdesvnd_dcop::getActionMenu (const KURL::List list)
return result;
}
-TQStringList kdesvnd_dcop::getSingleActionMenu(TQCString what)
+TQStringList tdesvnd_dcop::getSingleActionMenu(TQCString what)
{
KURL::List l; l.append(KURL(what));
return getActionMenu(l);
}
-TQStringList kdesvnd_dcop::get_login(TQString realm,TQString user)
+TQStringList tdesvnd_dcop::get_login(TQString realm,TQString user)
{
AuthDialogImpl auth(realm,user);
TQStringList res;
@@ -213,7 +213,7 @@ TQStringList kdesvnd_dcop::get_login(TQString realm,TQString user)
return res;
}
-int kdesvnd_dcop::get_sslaccept(TQString hostname,TQString fingerprint,TQString validFrom,TQString validUntil,TQString issuerDName,TQString realm)
+int tdesvnd_dcop::get_sslaccept(TQString hostname,TQString fingerprint,TQString validFrom,TQString validUntil,TQString issuerDName,TQString realm)
{
bool ok,saveit;
if (!SslTrustPrompt_impl::sslTrust(
@@ -233,7 +233,7 @@ int kdesvnd_dcop::get_sslaccept(TQString hostname,TQString fingerprint,TQString
return 1;
}
-TQStringList kdesvnd_dcop::get_sslclientcertpw(TQString realm)
+TQStringList tdesvnd_dcop::get_sslclientcertpw(TQString realm)
{
TQStringList resList;
TQCString npass;
@@ -251,7 +251,7 @@ TQStringList kdesvnd_dcop::get_sslclientcertpw(TQString realm)
return resList;
}
-TQString kdesvnd_dcop::get_sslclientcertfile()
+TQString tdesvnd_dcop::get_sslclientcertfile()
{
TQString afile = KFileDialog::getOpenFileName(TQString(),
TQString(),
@@ -260,7 +260,7 @@ TQString kdesvnd_dcop::get_sslclientcertfile()
return afile;
}
-TQStringList kdesvnd_dcop::get_logmsg()
+TQStringList tdesvnd_dcop::get_logmsg()
{
TQStringList res;
bool ok;
@@ -272,7 +272,7 @@ TQStringList kdesvnd_dcop::get_logmsg()
return res;
}
-TQStringList kdesvnd_dcop::get_logmsg(TQMap<TQString,TQString> list)
+TQStringList tdesvnd_dcop::get_logmsg(TQMap<TQString,TQString> list)
{
TQStringList res;
bool ok;
@@ -284,7 +284,7 @@ TQStringList kdesvnd_dcop::get_logmsg(TQMap<TQString,TQString> list)
return res;
}
-TQString kdesvnd_dcop::cleanUrl(const KURL&url)
+TQString tdesvnd_dcop::cleanUrl(const KURL&url)
{
TQString cleanpath = url.path();
while (cleanpath.endsWith("/")) {
@@ -294,11 +294,11 @@ TQString kdesvnd_dcop::cleanUrl(const KURL&url)
}
/* just simple name check of course - no network acess! */
-bool kdesvnd_dcop::isRepository(const KURL&url)
+bool tdesvnd_dcop::isRepository(const KURL&url)
{
- kdDebug()<<"kdesvnd_dcop::isRepository Url zum repo check: "<<url<<endl;
+ kdDebug()<<"tdesvnd_dcop::isRepository Url zum repo check: "<<url<<endl;
TQString proto = svn::Url::transformProtokoll(url.protocol());
- kdDebug()<<"kdesvnd_dcop::isRepository Protokoll: " << proto << endl;
+ kdDebug()<<"tdesvnd_dcop::isRepository Protokoll: " << proto << endl;
if (proto=="file") {
// local access - may a repository
svn::Revision where = svn::Revision::HEAD;
@@ -315,7 +315,7 @@ bool kdesvnd_dcop::isRepository(const KURL&url)
}
}
-bool kdesvnd_dcop::isWorkingCopy(const KURL&_url,TQString&base)
+bool tdesvnd_dcop::isWorkingCopy(const KURL&_url,TQString&base)
{
base = "";
KURL url = _url;
diff --git a/src/kdesvnd/kdesvnd_dcop.h b/src/kdesvnd/kdesvnd_dcop.h
index dca96f3..6783994 100644
--- a/src/kdesvnd/kdesvnd_dcop.h
+++ b/src/kdesvnd/kdesvnd_dcop.h
@@ -19,8 +19,8 @@
***************************************************************************/
-#ifndef _kdesvnd_dcop_H
-#define _kdesvnd_dcop_H
+#ifndef _tdesvnd_dcop_H
+#define _tdesvnd_dcop_H
#include <tqstringlist.h>
#include <tqstring.h>
@@ -30,7 +30,7 @@
class IListener;
-class kdesvnd_dcop : public KDEDModule
+class tdesvnd_dcop : public KDEDModule
{
Q_OBJECT
// TQ_OBJECT
@@ -39,8 +39,8 @@ class kdesvnd_dcop : public KDEDModule
private:
public:
- kdesvnd_dcop(const TQCString&);
- virtual ~kdesvnd_dcop();
+ tdesvnd_dcop(const TQCString&);
+ virtual ~tdesvnd_dcop();
protected:
bool isWorkingCopy(const KURL&url,TQString&base);
diff --git a/src/kdesvnd/main.cpp b/src/kdesvnd/main.cpp
index 671b50a..65fe7de 100644
--- a/src/kdesvnd/main.cpp
+++ b/src/kdesvnd/main.cpp
@@ -26,7 +26,7 @@
#include <kaboutdata.h>
#include <klocale.h>
#include <dcopclient.h>
-#include "kdesvnd_dcop.h"
+#include "tdesvnd_dcop.h"
static const char description[] =
I18N_NOOP("Kdesvn DCOP service");
@@ -40,8 +40,8 @@ static KCmdLineOptions options[] =
int main (int argc, char *argv[])
{
- KLocale::setMainCatalogue("kdesvn");
- KAboutData aboutdata("kdesvnd", I18N_NOOP("KDE"),
+ KLocale::setMainCatalogue("tdesvn");
+ KAboutData aboutdata("tdesvnd", I18N_NOOP("KDE"),
version, description,
KAboutData::License_GPL, "(C) %{YEAR}, Rajko Albrecht");
aboutdata.addAuthor("Rajko Albrecht",I18N_NOOP("Developer"),"[email protected]");
@@ -52,16 +52,16 @@ int main (int argc, char *argv[])
if (!KUniqueApplication::start())
{
- kdDebug() << "kdesvnd is already running!" << endl;
+ kdDebug() << "tdesvnd is already running!" << endl;
return (0);
}
KUniqueApplication app;
- kdDebug() << "starting kdesvnd_dcop " << endl;
+ kdDebug() << "starting tdesvnd_dcop " << endl;
// This app is started automatically, no need for session management
app.disableSessionManagement();
- kdesvnd_dcop *service = new kdesvnd_dcop;
- kdDebug() << "starting kdesvnd_dcop " << endl;
+ tdesvnd_dcop *service = new tdesvnd_dcop;
+ kdDebug() << "starting tdesvnd_dcop " << endl;
return app.exec();
}