Replace Qt with TQt and KDE with TDE

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

@ -1,6 +1,6 @@
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)

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

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

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

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

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

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

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

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

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

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

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

@ -23,7 +23,7 @@
//Backend includes
#include "backend/cswordmoduleinfo.h"
//KDE includes
//TDE includes
#include <tdemainwindow.h>
//forward: BT classes
@ -35,7 +35,7 @@ namespace InfoDisplay {
class CInfoDisplay;
}
//KDE classes
//TDE classes
class TDEToggleAction;
class TDEAccel;
class TDEPopupMenu;
@ -43,7 +43,7 @@ class TDEAction;
class TDEActionMenu;
class TDEActionCollection;
//QT classes
//TQt classes
class TQPopupMenu;
class TQProgressDialog;
class TQSplitter;
@ -108,7 +108,7 @@ class TQSplitter;
/** @mainpage BibleTime - sourcecode documentation
* 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.
* 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 :)

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

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

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

@ -15,7 +15,7 @@
//BibleTime
#include "util/cpointers.h"
//KDE
//TDE
#include <tdeapplication.h>
/** 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 <tqstringlist.h>
//KDE includes
//TDE includes
#include <dcopobject.h>
#include <tdemainwindowiface.h>
/** DCOP interface definition for 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.
* 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
*/

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

@ -24,7 +24,7 @@
#include <tqstringlist.h>
#include <tqmap.h>
//KDE includes
//TDE includes
#include <tdeversion.h>
#include <tdeapplication.h>
#if TDE_VERSION >= 0x030200
@ -295,7 +295,7 @@ const TQFont& CBTConfig::getDefault( const CLanguageMgr::Language* const) {
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");
TDEHTMLSettings settings;
settings.init(&conf);
@ -438,7 +438,7 @@ void CBTConfig::set
void CBTConfig::set
(const CBTConfig::bools ID,const bool value ) {
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");
config->writeEntry(getKey(ID), value);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@ -33,7 +33,7 @@
#include <tqwidgetlist.h>
#include <tqtimer.h>
//KDE includes
//TDE includes
#include <tdeaccel.h>
#include <tdelocale.h>
#include <tdepopupmenu.h>
@ -422,7 +422,7 @@ bool CBibleReadWindow::eventFilter( TQObject* o, TQEvent* e) {
* the mousebutton clicked.
*
* 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()));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@ -14,7 +14,7 @@
#include "backend/cswordbackend.h"
//KDE includes
//TDE includes
#include <tdeglobal.h>
#include <tdelocale.h>
@ -844,11 +844,11 @@ namespace CResMgr {
using namespace help;
{
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;
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;
@ -864,7 +864,7 @@ namespace CResMgr {
}
{
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 <tqkeysequence.h>
//KDE includes
//TDE includes
#include <tdeshortcut.h>
/** Provides static functions to easily access the Tooltip texts for all the frontend parts.

@ -16,14 +16,14 @@
#include "backend/cswordbackend.h"
#include "backend/cswordmoduleinfo.h"
//QT includes
//TQt includes
#include <tqlabel.h>
#include <tqfile.h>
#include <tqfiledialog.h>
#include <tqtextstream.h>
#include <tqregexp.h>
//KDE includes
//TDE includes
#include <tdelocale.h>
#include <tdeglobal.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>
</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
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
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.
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>
<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.
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>
<screen>
export TDEDIR=/opt/kde #your KDE directory
export TDEDIR=/opt/kde #your TDE directory
bibletime
</screen>

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

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

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

@ -96,7 +96,7 @@ msgstr ""
#. type: Content of: <book><bookinfo><keywordset><keyword>
#: index.docbook:65
msgid "KDE"
msgid "TDE"
msgstr ""
#. type: Content of: <book><bookinfo><keywordset><keyword>
@ -219,10 +219,10 @@ msgstr ""
#. type: Content of: <chapter><sect1><sect2><para>
#: hdbk-config.docbook:45
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 "
"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."
msgstr ""
@ -2151,7 +2151,7 @@ msgstr ""
#. type: Content of: <chapter><sect1><sect2><title>
#: hdbk-start.docbook:5
msgid "Starting &bibletime; from KDE"
msgid "Starting &bibletime; from TDE"
msgstr ""
#. type: Content of: <chapter><sect1><sect2><para><mediaobject>
@ -2206,7 +2206,7 @@ msgstr ""
#: hdbk-start.docbook:33
#, no-wrap
msgid ""
"export TDEDIR=/opt/kde #your KDE directory\n"
"export TDEDIR=/opt/kde #your TDE directory\n"
"bibletime\n"
msgstr ""

@ -2286,12 +2286,12 @@ msgid ""
msgstr ""
#: util/cresmgr.cpp:847
msgid "Open BibleTime's handbook in the KDE helpbrowser."
msgid "Open BibleTime's handbook in the TDE helpbrowser."
msgstr ""
#: util/cresmgr.cpp:851
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 "
"way."
msgstr ""
@ -2311,7 +2311,7 @@ msgid "Show detailed information about BibleTime."
msgstr ""
#: util/cresmgr.cpp:867
msgid "Show detailed information about the KDE project."
msgid "Show detailed information about the TDE project."
msgstr ""
#: util/cresmgr.cpp:877

@ -2286,12 +2286,12 @@ msgid ""
msgstr ""
#: util/cresmgr.cpp:847
msgid "Open BibleTime's handbook in the KDE helpbrowser."
msgid "Open BibleTime's handbook in the TDE helpbrowser."
msgstr ""
#: util/cresmgr.cpp:851
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 "
"way."
msgstr ""
@ -2311,7 +2311,7 @@ msgid "Show detailed information about BibleTime."
msgstr ""
#: util/cresmgr.cpp:867
msgid "Show detailed information about the KDE project."
msgid "Show detailed information about the TDE project."
msgstr ""
#: util/cresmgr.cpp:877

@ -2287,12 +2287,12 @@ msgid ""
msgstr ""
#: util/cresmgr.cpp:847
msgid "Open BibleTime's handbook in the KDE helpbrowser."
msgid "Open BibleTime's handbook in the TDE helpbrowser."
msgstr ""
#: util/cresmgr.cpp:851
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 "
"way."
msgstr ""
@ -2312,7 +2312,7 @@ msgid "Show detailed information about BibleTime."
msgstr ""
#: util/cresmgr.cpp:867
msgid "Show detailed information about the KDE project."
msgid "Show detailed information about the TDE project."
msgstr ""
#: util/cresmgr.cpp:877

@ -2294,12 +2294,12 @@ msgid ""
msgstr ""
#: util/cresmgr.cpp:847
msgid "Open BibleTime's handbook in the KDE helpbrowser."
msgid "Open BibleTime's handbook in the TDE helpbrowser."
msgstr ""
#: util/cresmgr.cpp:851
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 "
"way."
msgstr ""
@ -2319,7 +2319,7 @@ msgid "Show detailed information about BibleTime."
msgstr ""
#: util/cresmgr.cpp:867
msgid "Show detailed information about the KDE project."
msgid "Show detailed information about the TDE project."
msgstr ""
#: util/cresmgr.cpp:877

@ -2286,12 +2286,12 @@ msgid ""
msgstr ""
#: util/cresmgr.cpp:847
msgid "Open BibleTime's handbook in the KDE helpbrowser."
msgid "Open BibleTime's handbook in the TDE helpbrowser."
msgstr ""
#: util/cresmgr.cpp:851
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 "
"way."
msgstr ""
@ -2311,7 +2311,7 @@ msgid "Show detailed information about BibleTime."
msgstr ""
#: util/cresmgr.cpp:867
msgid "Show detailed information about the KDE project."
msgid "Show detailed information about the TDE project."
msgstr ""
#: util/cresmgr.cpp:877

Loading…
Cancel
Save