Replace Qt with TQt and KDE with TDE

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/20/head
Michele Calgaro 3 months ago
parent 3395b7a8e8
commit 3338809c2c
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -1,6 +1,6 @@
The BibleTime Project The BibleTime Project
- Free Bible study software for KDE - - Free Bible study software for KDE/TDE -
(C) 1998-2005 by the BibleTime Team (info@bibletime.info) (C) 1998-2005 by the BibleTime Team (info@bibletime.info)

@ -27,7 +27,7 @@
#include <swbuf.h> #include <swbuf.h>
#include <utilxml.h> #include <utilxml.h>
//KDE includes //TDE includes
#include <tdelocale.h> #include <tdelocale.h>
//TQt includes //TQt includes

@ -26,7 +26,7 @@
#include <tqfile.h> #include <tqfile.h>
#include <tqfileinfo.h> #include <tqfileinfo.h>
//KDE includes //TDE includes
#include <tdelocale.h> #include <tdelocale.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>

@ -20,7 +20,7 @@
#include <tqstring.h> #include <tqstring.h>
#include <tqstringlist.h> #include <tqstringlist.h>
//KDE includes //TDE includes
#include <tdelocale.h> #include <tdelocale.h>
/** /**

@ -23,7 +23,7 @@
#include "util/cpointers.h" #include "util/cpointers.h"
#include "util/scoped_resource.h" #include "util/scoped_resource.h"
//KDE includes //TDE includes
#include <tdelocale.h> #include <tdelocale.h>
namespace Rendering { namespace Rendering {

@ -20,7 +20,7 @@
//TQt includes //TQt includes
#include <tqptrlist.h> #include <tqptrlist.h>
//KDE includes //TDE includes
#include <tdelocale.h> #include <tdelocale.h>
//initialize static language list //initialize static language list

@ -14,7 +14,7 @@
#include "../frontend/cbtconfig.h" #include "../frontend/cbtconfig.h"
//QT includes //TQt includes
#include <tqregexp.h> #include <tqregexp.h>
//stl includes //stl includes

@ -36,7 +36,7 @@
#include <tqdir.h> #include <tqdir.h>
#include <tqfileinfo.h> #include <tqfileinfo.h>
//KDE includes //TDE includes
#include <tdelocale.h> #include <tdelocale.h>
#include <kstringhandler.h> #include <kstringhandler.h>

@ -36,7 +36,7 @@
#include <tqvariant.h> #include <tqvariant.h>
#include <tqfileinfo.h> #include <tqfileinfo.h>
//KDE includes //TDE includes
#include <tdelocale.h> #include <tdelocale.h>
#include <tdeglobal.h> #include <tdeglobal.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>

@ -27,7 +27,7 @@
//TQt includes //TQt includes
#include <tqregexp.h> #include <tqregexp.h>
//KDE includes //TDE includes
#include <tdelocale.h> #include <tdelocale.h>
#include <kurl.h> #include <kurl.h>

@ -18,7 +18,7 @@
#include "util/autoptrvector.h" #include "util/autoptrvector.h"
//QT includes //TQt includes
#include <tqstring.h> #include <tqstring.h>
// class CSwordModuleInfo; // class CSwordModuleInfo;

@ -39,7 +39,7 @@
//TQt includes //TQt includes
#include <tqsplitter.h> #include <tqsplitter.h>
//KDE includes //TDE includes
#include <tdeversion.h> #include <tdeversion.h>
#include <tdeaction.h> #include <tdeaction.h>
#include <tdeapplication.h> #include <tdeapplication.h>

@ -23,7 +23,7 @@
//Backend includes //Backend includes
#include "backend/cswordmoduleinfo.h" #include "backend/cswordmoduleinfo.h"
//KDE includes //TDE includes
#include <tdemainwindow.h> #include <tdemainwindow.h>
//forward: BT classes //forward: BT classes
@ -35,7 +35,7 @@ namespace InfoDisplay {
class CInfoDisplay; class CInfoDisplay;
} }
//KDE classes //TDE classes
class TDEToggleAction; class TDEToggleAction;
class TDEAccel; class TDEAccel;
class TDEPopupMenu; class TDEPopupMenu;
@ -43,7 +43,7 @@ class TDEAction;
class TDEActionMenu; class TDEActionMenu;
class TDEActionCollection; class TDEActionCollection;
//QT classes //TQt classes
class TQPopupMenu; class TQPopupMenu;
class TQProgressDialog; class TQProgressDialog;
class TQSplitter; class TQSplitter;
@ -108,7 +108,7 @@ class TQSplitter;
/** @mainpage BibleTime - sourcecode documentation /** @mainpage BibleTime - sourcecode documentation
* BibleTime main page. * BibleTime main page.
* <p>This is the sourcecode documentation of BibleTime, a Bible study tool for KDE/Linux. * <p>This is the sourcecode documentation of BibleTime, a Bible study tool for TDE/Linux.
* BibleTime is devided in two major parts, the backend and the frontend. * BibleTime is devided in two major parts, the backend and the frontend.
* The backend is mainly a wrapper around Sword's classes to use TQt functionality * The backend is mainly a wrapper around Sword's classes to use TQt functionality
* to allow easy access to it's functionality and to have it in a (more or less :) * to allow easy access to it's functionality and to have it in a (more or less :)

@ -37,7 +37,7 @@
//system includes //system includes
#include <stdlib.h> #include <stdlib.h>
//QT includes //TQt includes
#include <tqpopupmenu.h> #include <tqpopupmenu.h>
#include <tqsplitter.h> #include <tqsplitter.h>
#include <tqguardedptr.h> #include <tqguardedptr.h>
@ -46,7 +46,7 @@
#include <tqlabel.h> #include <tqlabel.h>
#include <tqvbox.h> #include <tqvbox.h>
//KDE includes //TDE includes
#include <tdeaboutdata.h> #include <tdeaboutdata.h>
#include <tdeaccel.h> #include <tdeaccel.h>
#include <tdeaction.h> #include <tdeaction.h>
@ -191,7 +191,7 @@ void BibleTime::initActions() {
action->plugAccel( accel() ); action->plugAccel( accel() );
#endif #endif
//delete help action if KDE created it //delete help action if TDE created it
if ( actionCollection()->action( KStdAction::stdName(KStdAction::ConfigureToolbars) )) { if ( actionCollection()->action( KStdAction::stdName(KStdAction::ConfigureToolbars) )) {
actionCollection()->remove actionCollection()->remove
(actionCollection()->action( (actionCollection()->action(
@ -405,7 +405,7 @@ void BibleTime::initActions() {
refreshProfileMenus(); refreshProfileMenus();
if ( actionCollection()->action( KStdAction::stdName(KStdAction::HelpContents) )) { //delete help action if KDE created it if ( actionCollection()->action( KStdAction::stdName(KStdAction::HelpContents) )) { //delete help action if TDE created it
actionCollection()->remove actionCollection()->remove
(actionCollection()->action(KStdAction::stdName(KStdAction::HelpContents)) ); (actionCollection()->action(KStdAction::stdName(KStdAction::HelpContents)) );
} }
@ -436,14 +436,14 @@ void BibleTime::initActions() {
action->plugAccel( accel() ); action->plugAccel( accel() );
#endif #endif
if ( actionCollection()->action( KStdAction::stdName( KStdAction::WhatsThis ) ) ) { //delete "What's this" action if KDE created it already if ( actionCollection()->action( KStdAction::stdName( KStdAction::WhatsThis ) ) ) { //delete "What's this" action if TDE created it already
TDEAction* action = actionCollection()->action(KStdAction::stdName( KStdAction::WhatsThis )); TDEAction* action = actionCollection()->action(KStdAction::stdName( KStdAction::WhatsThis ));
actionCollection()->remove actionCollection()->remove
( action ); ( action );
} }
if ( actionCollection()->action( KStdAction::stdName( KStdAction::ReportBug ) ) ) { //delete Report Bug action if KDE created it if ( actionCollection()->action( KStdAction::stdName( KStdAction::ReportBug ) ) ) { //delete Report Bug action if TDE created it
actionCollection()->remove actionCollection()->remove
(actionCollection()->action(KStdAction::stdName( KStdAction::ReportBug ))); (actionCollection()->action(KStdAction::stdName( KStdAction::ReportBug )));
} }
@ -466,15 +466,15 @@ void BibleTime::initActions() {
action->plugAccel( accel() ); action->plugAccel( accel() );
#endif #endif
if ( actionCollection()->action( KStdAction::stdName( KStdAction::AboutApp ) ) ) { //delete About KDE action if KDE created it if ( actionCollection()->action( KStdAction::stdName( KStdAction::AboutApp ) ) ) { //delete About TDE action if TDE created it
actionCollection()->remove actionCollection()->remove
(actionCollection()->action(KStdAction::stdName( KStdAction::AboutApp ))); (actionCollection()->action(KStdAction::stdName( KStdAction::AboutApp )));
} }
action = KStdAction::aboutApp(m_helpMenu, TQ_SLOT(aboutApplication()), actionCollection()); action = KStdAction::aboutApp(m_helpMenu, TQ_SLOT(aboutApplication()), actionCollection());
action->setToolTip(CResMgr::mainMenu::help::aboutBibleTime::tooltip); action->setToolTip(CResMgr::mainMenu::help::aboutBibleTime::tooltip);
//delete About KDE action if KDE created it already //delete About TDE action if TDE created it already
if ( actionCollection()->action( KStdAction::stdName( KStdAction::AboutKDE ) ) ) { //delete About KDE action if KDE created it if ( actionCollection()->action( KStdAction::stdName( KStdAction::AboutKDE ) ) ) { //delete About TDE action if TDE created it
actionCollection()->remove actionCollection()->remove
(actionCollection()->action(KStdAction::stdName( KStdAction::AboutKDE ))); (actionCollection()->action(KStdAction::stdName( KStdAction::AboutKDE )));
} }
@ -580,8 +580,8 @@ void BibleTime::applyProfileSettings( CProfile* p ) {
Q_ASSERT(p); Q_ASSERT(p);
if (!p) return; if (!p) return;
if (m_initialized) { //on startup KDE sets the main geometry if (m_initialized) { //on startup TDE sets the main geometry
//see polish(), where m_initialized is set and the KDE methods are called for window resize //see polish(), where m_initialized is set and the TDE methods are called for window resize
//first Main Window state //first Main Window state
m_windowFullscreen_action->setChecked( p->fullscreen() ); //set the fullscreen button state m_windowFullscreen_action->setChecked( p->fullscreen() ); //set the fullscreen button state

@ -34,14 +34,14 @@
#include <errno.h> #include <errno.h>
//QT includes //TQt includes
#include <tqprogressdialog.h> #include <tqprogressdialog.h>
#include <tqlistview.h> #include <tqlistview.h>
#include <tqvaluelist.h> #include <tqvaluelist.h>
#include <tqclipboard.h> #include <tqclipboard.h>
#include <tqinputdialog.h> #include <tqinputdialog.h>
//KDE includes //TDE includes
#include <tdeaction.h> #include <tdeaction.h>
#include <tdeapplication.h> #include <tdeapplication.h>
#include <tdeabouttde.h> #include <tdeabouttde.h>

@ -15,7 +15,7 @@
#include "util/cresmgr.h" #include "util/cresmgr.h"
//KDE includes //TDE includes
#include <dcopclient.h> #include <dcopclient.h>
BibleTimeApp::BibleTimeApp() { BibleTimeApp::BibleTimeApp() {

@ -15,7 +15,7 @@
//BibleTime //BibleTime
#include "util/cpointers.h" #include "util/cpointers.h"
//KDE //TDE
#include <tdeapplication.h> #include <tdeapplication.h>
/** The BibleTimeApp class is used to clean up all instances of the backend and to delete all created module objects. /** The BibleTimeApp class is used to clean up all instances of the backend and to delete all created module objects.

@ -16,15 +16,13 @@
#include <tqstring.h> #include <tqstring.h>
#include <tqstringlist.h> #include <tqstringlist.h>
//KDE includes //TDE includes
#include <dcopobject.h> #include <dcopobject.h>
#include <tdemainwindowiface.h> #include <tdemainwindowiface.h>
/** DCOP interface definition for BibleTime. /** DCOP interface definition for BibleTime.
* This is the interface definition for BibleTime's DCOP client interface. The main window class "BibleTime" * This is the interface definition for BibleTime's DCOP client interface. The main window class "BibleTime"
* inherits from this class and re-implements these pure virtual functions. * inherits from this class and re-implements these pure virtual functions.
* It uses virtual inheritance so that a widget which inherits twice from DCOPObject does not get mixed up.
* This file is turned into bibletimeinterface_skel.cpp by the KDE automake system.
* *
* @author Joachim Ansorg * @author Joachim Ansorg
*/ */

@ -16,7 +16,7 @@
#include <tqfile.h> #include <tqfile.h>
#include <tqfileinfo.h> #include <tqfileinfo.h>
//KDE includes //TDE includes
#include <tdeapplication.h> #include <tdeapplication.h>
#include <tdeglobal.h> #include <tdeglobal.h>
#include <tdelocale.h> #include <tdelocale.h>

@ -24,7 +24,7 @@
#include <tqstringlist.h> #include <tqstringlist.h>
#include <tqmap.h> #include <tqmap.h>
//KDE includes //TDE includes
#include <tdeversion.h> #include <tdeversion.h>
#include <tdeapplication.h> #include <tdeapplication.h>
#if TDE_VERSION >= 0x030200 #if TDE_VERSION >= 0x030200
@ -295,7 +295,7 @@ const TQFont& CBTConfig::getDefault( const CLanguageMgr::Language* const) {
static KStaticDeleter<TQFont> sd; static KStaticDeleter<TQFont> sd;
//TODO: We need a better way to get the KDE konqueror TDEHTML settings //TODO: We need a better way to get the TDE konqueror TDEHTML settings
TDEConfig conf("konquerorrc"); TDEConfig conf("konquerorrc");
TDEHTMLSettings settings; TDEHTMLSettings settings;
settings.init(&conf); settings.init(&conf);
@ -438,7 +438,7 @@ void CBTConfig::set
void CBTConfig::set void CBTConfig::set
(const CBTConfig::bools ID,const bool value ) { (const CBTConfig::bools ID,const bool value ) {
TDEConfig* config = CBTConfig::getConfig(); TDEConfig* config = CBTConfig::getConfig();
//special behaviour to work with KTipDialog class of KDE //special behaviour to work with KTipDialog class of TDE
TDEConfigGroupSaver groupSaver(config, (ID == CBTConfig::tips) ? "TipOfDay" : "bools"); TDEConfigGroupSaver groupSaver(config, (ID == CBTConfig::tips) ? "TipOfDay" : "bools");
config->writeEntry(getKey(ID), value); config->writeEntry(getKey(ID), value);
} }

@ -30,7 +30,7 @@
#include <tqptrlist.h> #include <tqptrlist.h>
#include <tqprogressdialog.h> #include <tqprogressdialog.h>
//KDE includes //TDE includes
#include <kprogress.h> #include <kprogress.h>
#include <tdefiledialog.h> #include <tdefiledialog.h>
#include <tdelocale.h> #include <tdelocale.h>

@ -37,7 +37,7 @@
#include <tqscrollview.h> #include <tqscrollview.h>
#include <tqregexp.h> #include <tqregexp.h>
//KDE includes //TDE includes
#include <tdelocale.h> #include <tdelocale.h>
#include <kstdaction.h> #include <kstdaction.h>

@ -19,7 +19,7 @@
#include <tqpushbutton.h> #include <tqpushbutton.h>
#include <tqlayout.h> #include <tqlayout.h>
//KDE includes //TDE includes
#include <tdelocale.h> #include <tdelocale.h>
#include <kseparator.h> #include <kseparator.h>

@ -12,7 +12,7 @@
#ifndef CINPUTDIALOG_H #ifndef CINPUTDIALOG_H
#define CINPUTDIALOG_H #define CINPUTDIALOG_H
//KDE includes //TDE includes
#include <kdialog.h> #include <kdialog.h>
class TQTextEdit; class TQTextEdit;

@ -32,7 +32,7 @@
#include <tqfileinfo.h> #include <tqfileinfo.h>
#include <tqcheckbox.h> #include <tqcheckbox.h>
//KDE includes //TDE includes
#include <tdelocale.h> #include <tdelocale.h>
#include <tdelistview.h> #include <tdelistview.h>
#include <kiconloader.h> #include <kiconloader.h>

@ -18,12 +18,12 @@
#include "config.h" #include "config.h"
//KDE includes //TDE includes
#include <tdepopupmenu.h> #include <tdepopupmenu.h>
#include <tdeapplication.h> #include <tdeapplication.h>
#include <tdelocale.h> #include <tdelocale.h>
//QT includes //TQt includes
#include <tqobjectlist.h> #include <tqobjectlist.h>
#include <tqtimer.h> #include <tqtimer.h>
#include <tqevent.h> #include <tqevent.h>

@ -17,7 +17,7 @@
//TQt includes //TQt includes
#include <tqstring.h> #include <tqstring.h>
//KDE includes //TDE includes
#include <tdeapplication.h> #include <tdeapplication.h>
#include <kprogress.h> #include <kprogress.h>
#include <tdelocale.h> #include <tdelocale.h>

@ -29,7 +29,7 @@
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
//QT includes //TQt includes
#include <tqhbox.h> #include <tqhbox.h>
#include <tqlayout.h> #include <tqlayout.h>
#include <tqvbox.h> #include <tqvbox.h>
@ -47,7 +47,7 @@
#include <tqinputdialog.h> #include <tqinputdialog.h>
#include <tqdir.h> #include <tqdir.h>
//KDE includes //TDE includes
#include <kapp.h> #include <kapp.h>
#include <tdelocale.h> #include <tdelocale.h>
#include <tdeglobal.h> #include <tdeglobal.h>

@ -16,7 +16,7 @@
#include "cbtconfig.h" #include "cbtconfig.h"
#include "util/cpointers.h" #include "util/cpointers.h"
//QT includes //TQt includes
#include <tqwidget.h> #include <tqwidget.h>
#include <tqframe.h> #include <tqframe.h>
#include <tqguardedptr.h> #include <tqguardedptr.h>
@ -26,7 +26,7 @@
#include <tqdict.h> #include <tqdict.h>
#include <tqmap.h> #include <tqmap.h>
//KDE includes //TDE includes
#include <kdialogbase.h> #include <kdialogbase.h>
#include <tdefontdialog.h> #include <tdefontdialog.h>
#include <tdeaccel.h> #include <tdeaccel.h>

@ -15,7 +15,7 @@
#include "backend/cdisplaytemplatemgr.h" #include "backend/cdisplaytemplatemgr.h"
#include "backend/cswordversekey.h" #include "backend/cswordversekey.h"
//KDE includes //TDE includes
#include <tdehtml_part.h> #include <tdehtml_part.h>
#include <tdehtmlview.h> #include <tdehtmlview.h>

@ -18,7 +18,7 @@
#include <tqtextstream.h> #include <tqtextstream.h>
#include <tqregexp.h> #include <tqregexp.h>
//KDE includes //TDE includes
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <tdelocale.h> #include <tdelocale.h>

@ -16,7 +16,7 @@
#include <tqfile.h> #include <tqfile.h>
#include <tqptrlist.h> #include <tqptrlist.h>
//KDE includes //TDE includes
#include <kstandarddirs.h> #include <kstandarddirs.h>
namespace Profile { namespace Profile {

@ -23,7 +23,7 @@
#include "util/ctoolclass.h" #include "util/ctoolclass.h"
#include "util/scoped_resource.h" #include "util/scoped_resource.h"
//QT includes //TQt includes
#include <tqdir.h> #include <tqdir.h>
#include <tqlayout.h> #include <tqlayout.h>
#include <tqlabel.h> #include <tqlabel.h>
@ -34,7 +34,7 @@
#include <tqlineedit.h> #include <tqlineedit.h>
#include <tqdict.h> #include <tqdict.h>
//KDE includes //TDE includes
#include <tdeapplication.h> #include <tdeapplication.h>
#include <tdeconfig.h> #include <tdeconfig.h>
#include <kdirselectdialog.h> #include <kdirselectdialog.h>

@ -16,11 +16,11 @@
#include "util/cpointers.h" #include "util/cpointers.h"
#include "btinstallmgr.h" #include "btinstallmgr.h"
//QT includes //TQt includes
#include <tqstring.h> #include <tqstring.h>
#include <tqmap.h> #include <tqmap.h>
//KDE includes //TDE includes
#include <kdialogbase.h> #include <kdialogbase.h>
class TQWidget; class TQWidget;

@ -18,10 +18,10 @@
#include "util/cresmgr.h" #include "util/cresmgr.h"
#include "util/ctoolclass.h" #include "util/ctoolclass.h"
//QT includes //TQt includes
#include <tqtooltip.h> #include <tqtooltip.h>
//KDE includes //TDE includes
#include <tdelocale.h> #include <tdelocale.h>
#include <kiconloader.h> #include <kiconloader.h>

@ -15,11 +15,11 @@
//Sword includes //Sword includes
#include <installmgr.h> #include <installmgr.h>
//QT includes //TQt includes
#include <tqstring.h> #include <tqstring.h>
#include <tqmap.h> #include <tqmap.h>
//KDE includes //TDE includes
#include <tdelistview.h> #include <tdelistview.h>
class CSwordModuleInfo; class CSwordModuleInfo;

@ -24,7 +24,7 @@
#include <tqpopupmenu.h> #include <tqpopupmenu.h>
#include <tqtimer.h> #include <tqtimer.h>
//KDE includes //TDE includes
#include <tdeapplication.h> #include <tdeapplication.h>
#include <tdefiledialog.h> #include <tdefiledialog.h>
#include <tdelocale.h> #include <tdelocale.h>

@ -40,7 +40,7 @@
#include <tqmessagebox.h> #include <tqmessagebox.h>
#endif #endif
//KDE includes //TDE includes
#include <tdeapplication.h> #include <tdeapplication.h>
#include <tdehtmlview.h> #include <tdehtmlview.h>
#include <tdeglobalsettings.h> #include <tdeglobalsettings.h>

@ -20,7 +20,7 @@
#include <tqstring.h> #include <tqstring.h>
#include <tqwidget.h> #include <tqwidget.h>
//KDE includes //TDE includes
#include <tdehtml_part.h> #include <tdehtml_part.h>
#include <tdehtmlview.h> #include <tdehtmlview.h>
#include <tdeparts/browserextension.h> #include <tdeparts/browserextension.h>

@ -19,7 +19,7 @@
#include <tqpopupmenu.h> #include <tqpopupmenu.h>
#include <tqtooltip.h> #include <tqtooltip.h>
//KDE includes //TDE includes
#include <tdeaction.h> #include <tdeaction.h>
#include <tdetoolbar.h> #include <tdetoolbar.h>
#include <tdelocale.h> #include <tdelocale.h>

@ -19,7 +19,7 @@
//TQt includes //TQt includes
//KDE includes //TDE includes
#include <tdeaction.h> #include <tdeaction.h>
#include <tdelocale.h> #include <tdelocale.h>

@ -31,7 +31,7 @@
//TQt includes //TQt includes
#include <tqpopupmenu.h> #include <tqpopupmenu.h>
//KDE includes //TDE includes
#include <tdelocale.h> #include <tdelocale.h>
CReadDisplay::CReadDisplay(CReadWindow* readWindow) : CReadDisplay::CReadDisplay(CReadWindow* readWindow) :

@ -33,7 +33,7 @@
#include <tqwidgetlist.h> #include <tqwidgetlist.h>
#include <tqtimer.h> #include <tqtimer.h>
//KDE includes //TDE includes
#include <tdeaccel.h> #include <tdeaccel.h>
#include <tdelocale.h> #include <tdelocale.h>
#include <tdepopupmenu.h> #include <tdepopupmenu.h>
@ -422,7 +422,7 @@ bool CBibleReadWindow::eventFilter( TQObject* o, TQEvent* e) {
* the mousebutton clicked. * the mousebutton clicked.
* *
* This is not really in a TDEHTML event handler but works anyway. * This is not really in a TDEHTML event handler but works anyway.
* Sometime KDE/TQt is hard to use ... * Sometime TDE/TQt is hard to use ...
*/ */
TQTimer::singleShot(0, this, TQ_SLOT(syncWindows())); TQTimer::singleShot(0, this, TQ_SLOT(syncWindows()));
} }

@ -21,7 +21,7 @@
//TQt includes //TQt includes
#include <tqwidget.h> #include <tqwidget.h>
//KDE includes //TDE includes
#include <tdeaction.h> #include <tdeaction.h>

@ -26,7 +26,7 @@
//TQt includes //TQt includes
#include <tqsplitter.h> #include <tqsplitter.h>
//KDE includes //TDE includes
#include <tdeaction.h> #include <tdeaction.h>
#include <tdelocale.h> #include <tdelocale.h>
#include <tdeversion.h> #include <tdeversion.h>

@ -20,7 +20,7 @@
#include <tqstring.h> #include <tqstring.h>
#include <tqtooltip.h> #include <tqtooltip.h>
//KDE includes //TDE includes
#include <tdepopupmenu.h> #include <tdepopupmenu.h>
#include <tdelocale.h> #include <tdelocale.h>

@ -16,10 +16,10 @@
#include "backend/cswordbackend.h" #include "backend/cswordbackend.h"
#include "backend/cswordmoduleinfo.h" #include "backend/cswordmoduleinfo.h"
//QT includes //TQt includes
#include <tqdict.h> #include <tqdict.h>
//KDE includes //TDE includes
#include <tdetoolbarbutton.h> #include <tdetoolbarbutton.h>
class TDEPopupMenu; class TDEPopupMenu;

@ -23,7 +23,7 @@
//TQt includes //TQt includes
//KDE includes //TDE includes
#include <tdeaction.h> #include <tdeaction.h>
#include <tdeaccel.h> #include <tdeaccel.h>
#include <tdelocale.h> #include <tdelocale.h>

@ -41,7 +41,7 @@
//TQt includes //TQt includes
//KDE includes //TDE includes
#include <tdeversion.h> #include <tdeversion.h>
#include <tdeaccel.h> #include <tdeaccel.h>
#include <tdelocale.h> #include <tdelocale.h>

@ -27,7 +27,7 @@
//TQt includes //TQt includes
#include <tqwidget.h> #include <tqwidget.h>
//KDE includes //TDE includes
#include <tdemainwindow.h> #include <tdemainwindow.h>

@ -19,7 +19,7 @@
//TQt includes //TQt includes
//KDE includes //TDE includes
#include <tdeaction.h> #include <tdeaction.h>
#include <tdelocale.h> #include <tdelocale.h>

@ -28,7 +28,7 @@
//TQt includes //TQt includes
//KDE includes //TDE includes
#include <tdeaccel.h> #include <tdeaccel.h>
#include <tdetoolbar.h> #include <tdetoolbar.h>
#include <tdelocale.h> #include <tdelocale.h>

@ -18,7 +18,7 @@
//TQt includes //TQt includes
#include <tqwidget.h> #include <tqwidget.h>
//KDE includes //TDE includes
#include <tdeaction.h> #include <tdeaction.h>
class CSwordKey; class CSwordKey;

@ -23,7 +23,7 @@
#include <tqwidget.h> #include <tqwidget.h>
#include <tqhbox.h> #include <tqhbox.h>
//KDE includes //TDE includes
#include <tdetoolbar.h> #include <tdetoolbar.h>
/** /**

@ -22,7 +22,7 @@
#include <tqdict.h> #include <tqdict.h>
#include <tqvaluelist.h> #include <tqvaluelist.h>
//KDE includes //TDE includes
#include <tdelocale.h> #include <tdelocale.h>
#include <tdeglobal.h> #include <tdeglobal.h>
#include <kiconloader.h> #include <kiconloader.h>

@ -20,7 +20,7 @@
#include <tqdict.h> #include <tqdict.h>
#include <tqtoolbutton.h> #include <tqtoolbutton.h>
//KDE includes //TDE includes
#include <tdetoolbarbutton.h> #include <tdetoolbarbutton.h>
#include <tdepopupmenu.h> #include <tdepopupmenu.h>

@ -20,7 +20,7 @@
//TQt includes //TQt includes
#include <tqregexp.h> #include <tqregexp.h>
//KDE includes //TDE includes
#include <tdeaction.h> #include <tdeaction.h>
#include <tdeaccel.h> #include <tdeaccel.h>
#include <tdelocale.h> #include <tdelocale.h>

@ -26,7 +26,7 @@
#include "util/cresmgr.h" #include "util/cresmgr.h"
//KDE includes //TDE includes
#include <tdepopupmenu.h> #include <tdepopupmenu.h>
#include <tdeaction.h> #include <tdeaction.h>
#include <tdeaccel.h> #include <tdeaccel.h>

@ -16,7 +16,7 @@
#include "frontend/keychooser/ckeychooser.h" #include "frontend/keychooser/ckeychooser.h"
#include "frontend/cprofilewindow.h" #include "frontend/cprofilewindow.h"
//KDE includes //TDE includes
#include <tdemessagebox.h> #include <tdemessagebox.h>
#include <tdelocale.h> #include <tdelocale.h>

@ -25,7 +25,7 @@
#include <tqlistbox.h> #include <tqlistbox.h>
#include <tqpushbutton.h> #include <tqpushbutton.h>
//KDE includes //TDE includes
#include <tdelocale.h> #include <tdelocale.h>
CBibleKeyChooser::CBibleKeyChooser(ListCSwordModuleInfo modules, CSwordKey *key, TQWidget *parent, const char *name ) CBibleKeyChooser::CBibleKeyChooser(ListCSwordModuleInfo modules, CSwordKey *key, TQWidget *parent, const char *name )

@ -20,7 +20,7 @@
#include <tqlistview.h> #include <tqlistview.h>
#include <tqcursor.h> #include <tqcursor.h>
//KDE includes //TDE includes
#include <tdeapplication.h> #include <tdeapplication.h>
//////////// ////////////

@ -29,7 +29,7 @@
#include <tqptrlist.h> #include <tqptrlist.h>
#include <tqstringlist.h> #include <tqstringlist.h>
//KDE includes //TDE includes
#include <tdelistview.h> #include <tdelistview.h>
class CSwordKey; class CSwordKey;

@ -33,7 +33,7 @@
#include <tqlayout.h> #include <tqlayout.h>
#include <tqlistbox.h> #include <tqlistbox.h>
//KDE includes //TDE includes
#include <tdelocale.h> #include <tdelocale.h>
CLexiconKeyChooser::CLexiconKeyChooser(ListCSwordModuleInfo modules, CSwordKey *key, TQWidget *parent, const char *name ) CLexiconKeyChooser::CLexiconKeyChooser(ListCSwordModuleInfo modules, CSwordKey *key, TQWidget *parent, const char *name )

@ -11,7 +11,7 @@
#include "crefselectdialog.h" #include "crefselectdialog.h"
// QT // TQt
#include "tqlayout.h" #include "tqlayout.h"
#include "tqlineedit.h" #include "tqlineedit.h"
#include "tqlabel.h" #include "tqlabel.h"
@ -20,7 +20,7 @@
#include "backend/cswordkey.h" #include "backend/cswordkey.h"
#include "backend/cswordversekey.h" #include "backend/cswordversekey.h"
//KDE includes //TDE includes
#include <tdelocale.h> #include <tdelocale.h>

@ -16,7 +16,7 @@
#include <tqstring.h> #include <tqstring.h>
class TQLineEdit; class TQLineEdit;
//KDE includes //TDE includes
#include <kdialog.h> #include <kdialog.h>
#include <kdialogbase.h> #include <kdialogbase.h>

@ -18,7 +18,7 @@
#include <tqlayout.h> #include <tqlayout.h>
#include <tqpixmap.h> #include <tqpixmap.h>
//KDE includes //TDE includes
#include <tdeapplication.h> #include <tdeapplication.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
//#include <kimageio.h> //#include <kimageio.h>

@ -45,7 +45,7 @@
#include <tqstring.h> #include <tqstring.h>
#include <tqtextstream.h> #include <tqtextstream.h>
//KDE includes //TDE includes
#include <tdeconfig.h> #include <tdeconfig.h>
#include <tdelocale.h> #include <tdelocale.h>
#include <tdefiledialog.h> #include <tdefiledialog.h>

@ -20,7 +20,7 @@
//TQt includes //TQt includes
#include <tqdom.h> #include <tqdom.h>
//KDE includes //TDE includes
#include <tdelistview.h> #include <tdelistview.h>
class TDEConfig; class TDEConfig;

@ -33,7 +33,7 @@
#include <tqinputdialog.h> #include <tqinputdialog.h>
#include <tqregexp.h> #include <tqregexp.h>
//KDE includes //TDE includes
#include <tdelocale.h> #include <tdelocale.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <tdepopupmenu.h> #include <tdepopupmenu.h>

@ -25,7 +25,7 @@
#include <tqtimer.h> #include <tqtimer.h>
#include <tqtooltip.h> #include <tqtooltip.h>
//KDE includes //TDE includes
#include <tdeaction.h> #include <tdeaction.h>
#include <tdelistview.h> #include <tdelistview.h>

@ -35,7 +35,7 @@
#include <tqregexp.h> #include <tqregexp.h>
#include <tqmessagebox.h> #include <tqmessagebox.h>
//KDE includes //TDE includes
#include <tdeapplication.h> #include <tdeapplication.h>
#include <tdefiledialog.h> #include <tdefiledialog.h>
#include <tdelocale.h> #include <tdelocale.h>

@ -30,7 +30,7 @@
#include <tqdict.h> #include <tqdict.h>
#include <tqtooltip.h> #include <tqtooltip.h>
//KDE includes //TDE includes
#include <kdialog.h> #include <kdialog.h>
#include <kdialogbase.h> #include <kdialogbase.h>
#include <tdelistview.h> #include <tdelistview.h>

@ -21,7 +21,7 @@
//TQt includes //TQt includes
//KDE includes //TDE includes
#include <tdelocale.h> #include <tdelocale.h>
#include <tdeaction.h> #include <tdeaction.h>
#include <tdepopupmenu.h> #include <tdepopupmenu.h>

@ -18,7 +18,7 @@
//TQt includes //TQt includes
//KDE includes //TDE includes
#include <tdelistview.h> #include <tdelistview.h>
//forward declarations //forward declarations

@ -35,7 +35,7 @@
#include <tqregexp.h> #include <tqregexp.h>
#include <tqmessagebox.h> #include <tqmessagebox.h>
//KDE includes //TDE includes
#include <tdeapplication.h> #include <tdeapplication.h>
#include <tdefiledialog.h> #include <tdefiledialog.h>
#include <tdelocale.h> #include <tdelocale.h>

@ -28,7 +28,7 @@
#include <tqdict.h> #include <tqdict.h>
#include <tqtooltip.h> #include <tqtooltip.h>
//KDE includes //TDE includes
#include <kdialog.h> #include <kdialog.h>
#include <kdialogbase.h> #include <kdialogbase.h>
#include <tdelistview.h> #include <tdelistview.h>

@ -36,7 +36,7 @@
#include <tqregexp.h> #include <tqregexp.h>
#include <tqmessagebox.h> #include <tqmessagebox.h>
//KDE includes //TDE includes
#include <tdeapplication.h> #include <tdeapplication.h>
#include <tdefiledialog.h> #include <tdefiledialog.h>
#include <tdelocale.h> #include <tdelocale.h>

@ -30,7 +30,7 @@
#include <tqdict.h> #include <tqdict.h>
#include <tqtooltip.h> #include <tqtooltip.h>
//KDE includes //TDE includes
#include <kdialog.h> #include <kdialog.h>
#include <kdialogbase.h> #include <kdialogbase.h>
#include <tdelistview.h> #include <tdelistview.h>

@ -39,7 +39,7 @@
#include <tqregexp.h> #include <tqregexp.h>
#include <tqmessagebox.h> #include <tqmessagebox.h>
//KDE includes //TDE includes
#include <tdeapplication.h> #include <tdeapplication.h>
#include <tdefiledialog.h> #include <tdefiledialog.h>
#include <tdelocale.h> #include <tdelocale.h>

@ -31,7 +31,7 @@
#include <tqdict.h> #include <tqdict.h>
#include <tqtooltip.h> #include <tqtooltip.h>
//KDE includes //TDE includes
#include <kdialog.h> #include <kdialog.h>
#include <kdialogbase.h> #include <kdialogbase.h>

@ -34,7 +34,7 @@
#include <tqregexp.h> #include <tqregexp.h>
#include <tqeventloop.h> #include <tqeventloop.h>
//KDE includes //TDE includes
#include <tdelocale.h> #include <tdelocale.h>
#include <kcombobox.h> #include <kcombobox.h>
#include <kiconloader.h> #include <kiconloader.h>

@ -24,7 +24,7 @@
#include <tqwidget.h> #include <tqwidget.h>
#include <tqvgroupbox.h> #include <tqvgroupbox.h>
//KDE includes //TDE includes
#include <tdelistview.h> #include <tdelistview.h>
//forward declarations //forward declarations

@ -20,7 +20,7 @@
//TQt includes //TQt includes
//KDE includes //TDE includes
#include <tdelocale.h> #include <tdelocale.h>
#include <tdeaction.h> #include <tdeaction.h>
#include <tdepopupmenu.h> #include <tdepopupmenu.h>

@ -15,7 +15,7 @@
//BibleTime includes //BibleTime includes
#include "backend/cswordmoduleinfo.h" #include "backend/cswordmoduleinfo.h"
//KDE includes //TDE includes
#include <tdelistview.h> #include <tdelistview.h>
//forward declarations //forward declarations

@ -33,7 +33,7 @@
//TQt includes //TQt includes
#include <tqdir.h> #include <tqdir.h>
//KDE includes //TDE includes
#include <tdecmdlineargs.h> #include <tdecmdlineargs.h>
#include <kcrash.h> #include <kcrash.h>
#include <tdeglobal.h> #include <tdeglobal.h>

@ -14,7 +14,7 @@
#include "backend/cswordbackend.h" #include "backend/cswordbackend.h"
//KDE includes //TDE includes
#include <tdeglobal.h> #include <tdeglobal.h>
#include <tdelocale.h> #include <tdelocale.h>
@ -844,11 +844,11 @@ namespace CResMgr {
using namespace help; using namespace help;
{ {
using namespace handbook; using namespace handbook;
tooltip = i18n ("Open BibleTime's handbook in the KDE helpbrowser.") ; tooltip = i18n ("Open BibleTime's handbook in the TDE helpbrowser.") ;
} }
{ {
using namespace bibleStudyHowTo; using namespace bibleStudyHowTo;
tooltip = i18n ("Open the Bible study HowTo included with BibleTime in the KDE helpbrowser. <BR>This HowTo is an introduction on how to study the Bible in an efficient way.") ; tooltip = i18n ("Open the Bible study HowTo included with BibleTime in the TDE helpbrowser. <BR>This HowTo is an introduction on how to study the Bible in an efficient way.") ;
} }
{ {
using namespace bugreport; using namespace bugreport;
@ -864,7 +864,7 @@ namespace CResMgr {
} }
{ {
using namespace aboutKDE; using namespace aboutKDE;
tooltip = i18n ("Show detailed information about the KDE project.") ; tooltip = i18n ("Show detailed information about the TDE project.") ;
} }
} }
} }

@ -16,7 +16,7 @@
#include <tqstring.h> #include <tqstring.h>
#include <tqkeysequence.h> #include <tqkeysequence.h>
//KDE includes //TDE includes
#include <tdeshortcut.h> #include <tdeshortcut.h>
/** Provides static functions to easily access the Tooltip texts for all the frontend parts. /** Provides static functions to easily access the Tooltip texts for all the frontend parts.

@ -16,14 +16,14 @@
#include "backend/cswordbackend.h" #include "backend/cswordbackend.h"
#include "backend/cswordmoduleinfo.h" #include "backend/cswordmoduleinfo.h"
//QT includes //TQt includes
#include <tqlabel.h> #include <tqlabel.h>
#include <tqfile.h> #include <tqfile.h>
#include <tqfiledialog.h> #include <tqfiledialog.h>
#include <tqtextstream.h> #include <tqtextstream.h>
#include <tqregexp.h> #include <tqregexp.h>
//KDE includes //TDE includes
#include <tdelocale.h> #include <tdelocale.h>
#include <tdeglobal.h> #include <tdeglobal.h>
#include <kiconloader.h> #include <kiconloader.h>

@ -42,11 +42,11 @@ dialog. Both can be accessed under <guimenu>Settings</guimenu> in the main menu.
<caption><para>The Options dialog - Fonts.</para></caption> <caption><para>The Options dialog - Fonts.</para></caption>
</mediaobject> </mediaobject>
<para>&bibletime; can now use all fonts supported by KDE/QT. <para>&bibletime; can now use all fonts supported by TDE/TQt.
As long as the works you are interested in display correctly nothing As long as the works you are interested in display correctly nothing
needs to be done here. If a work only displays as a series needs to be done here. If a work only displays as a series
of question marks (??????) or empty boxes, then you know that the standard of question marks (??????) or empty boxes, then you know that the standard
KDE display font does not contain the characters used in this work.</para> TDE display font does not contain the characters used in this work.</para>
<para>To correct this, choose this work's language from the drop down menu. <para>To correct this, choose this work's language from the drop down menu.
Select the use custom font checkbox. Now select a font. For example, a font Select the use custom font checkbox. Now select a font. For example, a font

@ -2,7 +2,7 @@
<sect1 id="hdbk-start"><title>How to start &bibletime;</title> <sect1 id="hdbk-start"><title>How to start &bibletime;</title>
<sect2 id="hdbk-start-kde"><title>Starting &bibletime; from KDE</title> <sect2 id="hdbk-start-kde"><title>Starting &bibletime; from TDE</title>
<para> &bibletime; is a &kde; program and is integrated with the &kde; desktop. <para> &bibletime; is a &kde; program and is integrated with the &kde; desktop.
You can launch &bibletime; from the &kde; Start Menu in You can launch &bibletime; from the &kde; Start Menu in
@ -30,7 +30,7 @@ bibletime
in /opt/kde, then the start-up command in a terminal would be:</para> in /opt/kde, then the start-up command in a terminal would be:</para>
<screen> <screen>
export TDEDIR=/opt/kde #your KDE directory export TDEDIR=/opt/kde #your TDE directory
bibletime bibletime
</screen> </screen>

@ -62,7 +62,7 @@
</abstract> </abstract>
<keywordset> <keywordset>
<keyword>KDE</keyword> <keyword>TDE</keyword>
<keyword>bibletime</keyword> <keyword>bibletime</keyword>
<keyword>sword</keyword> <keyword>sword</keyword>
<keyword>crosswire</keyword> <keyword>crosswire</keyword>

@ -32,8 +32,8 @@ drucken usw.).
\fB\-\-help\fR \fB\-\-help\fR
Optionen von "Hilfe zu" anzeigen Optionen von "Hilfe zu" anzeigen
.TP .TP
\fB\-\-help\-qt\fR \fB\-\-help\-tqt\fR
Spezielle Optionen zu Qt anzeigen Spezielle Optionen zu TQt anzeigen
.TP .TP
\fB\-\-help\-tde\fR \fB\-\-help\-tde\fR
Spezielle Optionen zu TDE anzeigen Spezielle Optionen zu TDE anzeigen

@ -30,8 +30,8 @@ texts, write own notes, save, print etc.).
\fB\-\-help\fR \fB\-\-help\fR
Show help about options Show help about options
.TP .TP
\fB\-\-help\-qt\fR \fB\-\-help\-tqt\fR
Show Qt specific options Show TQt specific options
.TP .TP
\fB\-\-help\-tde\fR \fB\-\-help\-tde\fR
Show TDE specific options Show TDE specific options

@ -96,7 +96,7 @@ msgstr ""
#. type: Content of: <book><bookinfo><keywordset><keyword> #. type: Content of: <book><bookinfo><keywordset><keyword>
#: index.docbook:65 #: index.docbook:65
msgid "KDE" msgid "TDE"
msgstr "" msgstr ""
#. type: Content of: <book><bookinfo><keywordset><keyword> #. type: Content of: <book><bookinfo><keywordset><keyword>
@ -219,10 +219,10 @@ msgstr ""
#. type: Content of: <chapter><sect1><sect2><para> #. type: Content of: <chapter><sect1><sect2><para>
#: hdbk-config.docbook:45 #: hdbk-config.docbook:45
msgid "" msgid ""
"&bibletime; can now use all fonts supported by KDE/QT. As long as the works " "&bibletime; can now use all fonts supported by TDE/TQt. As long as the works "
"you are interested in display correctly nothing needs to be done here. If a " "you are interested in display correctly nothing needs to be done here. If a "
"work only displays as a series of question marks (??????) or empty boxes, " "work only displays as a series of question marks (??????) or empty boxes, "
"then you know that the standard KDE display font does not contain the " "then you know that the standard TDE display font does not contain the "
"characters used in this work." "characters used in this work."
msgstr "" msgstr ""
@ -2151,7 +2151,7 @@ msgstr ""
#. type: Content of: <chapter><sect1><sect2><title> #. type: Content of: <chapter><sect1><sect2><title>
#: hdbk-start.docbook:5 #: hdbk-start.docbook:5
msgid "Starting &bibletime; from KDE" msgid "Starting &bibletime; from TDE"
msgstr "" msgstr ""
#. type: Content of: <chapter><sect1><sect2><para><mediaobject> #. type: Content of: <chapter><sect1><sect2><para><mediaobject>
@ -2206,7 +2206,7 @@ msgstr ""
#: hdbk-start.docbook:33 #: hdbk-start.docbook:33
#, no-wrap #, no-wrap
msgid "" msgid ""
"export TDEDIR=/opt/kde #your KDE directory\n" "export TDEDIR=/opt/kde #your TDE directory\n"
"bibletime\n" "bibletime\n"
msgstr "" msgstr ""

@ -2286,12 +2286,12 @@ msgid ""
msgstr "" msgstr ""
#: util/cresmgr.cpp:847 #: util/cresmgr.cpp:847
msgid "Open BibleTime's handbook in the KDE helpbrowser." msgid "Open BibleTime's handbook in the TDE helpbrowser."
msgstr "" msgstr ""
#: util/cresmgr.cpp:851 #: util/cresmgr.cpp:851
msgid "" msgid ""
"Open the Bible study HowTo included with BibleTime in the KDE helpbrowser. " "Open the Bible study HowTo included with BibleTime in the TDE helpbrowser. "
"<BR>This HowTo is an introduction on how to study the Bible in an efficient " "<BR>This HowTo is an introduction on how to study the Bible in an efficient "
"way." "way."
msgstr "" msgstr ""
@ -2311,7 +2311,7 @@ msgid "Show detailed information about BibleTime."
msgstr "" msgstr ""
#: util/cresmgr.cpp:867 #: util/cresmgr.cpp:867
msgid "Show detailed information about the KDE project." msgid "Show detailed information about the TDE project."
msgstr "" msgstr ""
#: util/cresmgr.cpp:877 #: util/cresmgr.cpp:877

@ -2286,12 +2286,12 @@ msgid ""
msgstr "" msgstr ""
#: util/cresmgr.cpp:847 #: util/cresmgr.cpp:847
msgid "Open BibleTime's handbook in the KDE helpbrowser." msgid "Open BibleTime's handbook in the TDE helpbrowser."
msgstr "" msgstr ""
#: util/cresmgr.cpp:851 #: util/cresmgr.cpp:851
msgid "" msgid ""
"Open the Bible study HowTo included with BibleTime in the KDE helpbrowser. " "Open the Bible study HowTo included with BibleTime in the TDE helpbrowser. "
"<BR>This HowTo is an introduction on how to study the Bible in an efficient " "<BR>This HowTo is an introduction on how to study the Bible in an efficient "
"way." "way."
msgstr "" msgstr ""
@ -2311,7 +2311,7 @@ msgid "Show detailed information about BibleTime."
msgstr "" msgstr ""
#: util/cresmgr.cpp:867 #: util/cresmgr.cpp:867
msgid "Show detailed information about the KDE project." msgid "Show detailed information about the TDE project."
msgstr "" msgstr ""
#: util/cresmgr.cpp:877 #: util/cresmgr.cpp:877

@ -2287,12 +2287,12 @@ msgid ""
msgstr "" msgstr ""
#: util/cresmgr.cpp:847 #: util/cresmgr.cpp:847
msgid "Open BibleTime's handbook in the KDE helpbrowser." msgid "Open BibleTime's handbook in the TDE helpbrowser."
msgstr "" msgstr ""
#: util/cresmgr.cpp:851 #: util/cresmgr.cpp:851
msgid "" msgid ""
"Open the Bible study HowTo included with BibleTime in the KDE helpbrowser. " "Open the Bible study HowTo included with BibleTime in the TDE helpbrowser. "
"<BR>This HowTo is an introduction on how to study the Bible in an efficient " "<BR>This HowTo is an introduction on how to study the Bible in an efficient "
"way." "way."
msgstr "" msgstr ""
@ -2312,7 +2312,7 @@ msgid "Show detailed information about BibleTime."
msgstr "" msgstr ""
#: util/cresmgr.cpp:867 #: util/cresmgr.cpp:867
msgid "Show detailed information about the KDE project." msgid "Show detailed information about the TDE project."
msgstr "" msgstr ""
#: util/cresmgr.cpp:877 #: util/cresmgr.cpp:877

@ -2294,12 +2294,12 @@ msgid ""
msgstr "" msgstr ""
#: util/cresmgr.cpp:847 #: util/cresmgr.cpp:847
msgid "Open BibleTime's handbook in the KDE helpbrowser." msgid "Open BibleTime's handbook in the TDE helpbrowser."
msgstr "" msgstr ""
#: util/cresmgr.cpp:851 #: util/cresmgr.cpp:851
msgid "" msgid ""
"Open the Bible study HowTo included with BibleTime in the KDE helpbrowser. " "Open the Bible study HowTo included with BibleTime in the TDE helpbrowser. "
"<BR>This HowTo is an introduction on how to study the Bible in an efficient " "<BR>This HowTo is an introduction on how to study the Bible in an efficient "
"way." "way."
msgstr "" msgstr ""
@ -2319,7 +2319,7 @@ msgid "Show detailed information about BibleTime."
msgstr "" msgstr ""
#: util/cresmgr.cpp:867 #: util/cresmgr.cpp:867
msgid "Show detailed information about the KDE project." msgid "Show detailed information about the TDE project."
msgstr "" msgstr ""
#: util/cresmgr.cpp:877 #: util/cresmgr.cpp:877

@ -2286,12 +2286,12 @@ msgid ""
msgstr "" msgstr ""
#: util/cresmgr.cpp:847 #: util/cresmgr.cpp:847
msgid "Open BibleTime's handbook in the KDE helpbrowser." msgid "Open BibleTime's handbook in the TDE helpbrowser."
msgstr "" msgstr ""
#: util/cresmgr.cpp:851 #: util/cresmgr.cpp:851
msgid "" msgid ""
"Open the Bible study HowTo included with BibleTime in the KDE helpbrowser. " "Open the Bible study HowTo included with BibleTime in the TDE helpbrowser. "
"<BR>This HowTo is an introduction on how to study the Bible in an efficient " "<BR>This HowTo is an introduction on how to study the Bible in an efficient "
"way." "way."
msgstr "" msgstr ""
@ -2311,7 +2311,7 @@ msgid "Show detailed information about BibleTime."
msgstr "" msgstr ""
#: util/cresmgr.cpp:867 #: util/cresmgr.cpp:867
msgid "Show detailed information about the KDE project." msgid "Show detailed information about the TDE project."
msgstr "" msgstr ""
#: util/cresmgr.cpp:877 #: util/cresmgr.cpp:877

Loading…
Cancel
Save