Replace Q_OBJECT with TQ_OBJECT

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 3dfa327a51)
r14.1.x
Michele Calgaro 10 months ago
parent 7348434c11
commit 7740e2e60e
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -134,7 +134,7 @@ class TQSplitter;
*/
class BibleTime : public TDEMainWindow, virtual public BibleTimeInterface {
friend class CMDIArea;
Q_OBJECT
TQ_OBJECT
public:
/**

@ -39,7 +39,7 @@ namespace BookshelfManager {
*@author The BibleTime team
*/
class BTInstallMgr : public TQObject, public sword::InstallMgr, public sword::StatusReporter {
Q_OBJECT
TQ_OBJECT
public:
class Tool {

@ -30,7 +30,7 @@ namespace InfoDisplay {
@author The BibleTime team
*/
class CInfoDisplay : public TQWidget {
Q_OBJECT
TQ_OBJECT
public:
enum InfoType {

@ -23,7 +23,7 @@ class TQWidget;
* @author The BibleTime team
*/
class CInputDialog : public KDialog {
Q_OBJECT
TQ_OBJECT
public:
CInputDialog(const TQString& caption, const TQString& description, const TQString& text, TQWidget *parent=0, const char *name=0, const bool modal = true);

@ -27,7 +27,7 @@ namespace BookshelfManager {
*/
class CManageIndicesWidget : public ManageIndicesForm
{
Q_OBJECT
TQ_OBJECT
public:

@ -31,7 +31,7 @@ class CSwordKey;
* @author The BibleTime Team
*/
class CMDIArea : public TQWorkspace, public CPointers {
Q_OBJECT
TQ_OBJECT
public:

@ -28,7 +28,7 @@ class KProgressDialog;
* @author The BibleTime team <info@bibletime.info>
*/
class CModuleIndexDialog : public TQObject {
Q_OBJECT
TQ_OBJECT
public:
/** Get the singleton instance.

@ -51,7 +51,7 @@ class TDEActionCollection;
* @author The BibleTime Team
*/
class COptionsDialog : public KDialogBase, public CPointers {
Q_OBJECT
TQ_OBJECT
public:

@ -32,7 +32,7 @@ namespace Printing {
* @author The BibleTime team
*/
class CPrinter : public TQObject, public Rendering::CDisplayRendering {
Q_OBJECT
TQ_OBJECT
public:
CPrinter(

@ -43,7 +43,7 @@ namespace BookshelfManager {
* @author The BibleTime Team
*/
class CSwordSetupDialog : public KDialogBase, public CPointers {
Q_OBJECT
TQ_OBJECT
public:

@ -11,7 +11,7 @@ class TQLineEdit;
namespace BookshelfManager {
class CSwordSetupInstallSourcesDialog : public TQDialog {
Q_OBJECT
TQ_OBJECT
public:

@ -28,7 +28,7 @@ class CSwordBackend;
namespace BookshelfManager {
class CSwordSetupModuleListView : public TDEListView {
Q_OBJECT
TQ_OBJECT
public:

@ -141,7 +141,7 @@ private:
};
class CDisplayConnections : public TQObject {
Q_OBJECT
TQ_OBJECT
public:
CDisplayConnections( CDisplay* parent );

@ -31,7 +31,7 @@ class CHTMLReadDisplayView;
* @author The BibleTime team
*/
class CHTMLReadDisplay : public TDEHTMLPart, public CReadDisplay {
Q_OBJECT
TQ_OBJECT
public:
//reimplemented functions from CDisplay
@ -113,7 +113,7 @@ protected slots:
};
class CHTMLReadDisplayView : public TDEHTMLView, public CPointers {
Q_OBJECT
TQ_OBJECT
protected: // Protected methods
friend class CHTMLReadDisplay;

@ -33,7 +33,7 @@ class KColorButton;
* @author The BibleTime team
*/
class CHTMLWriteDisplay : public CPlainWriteDisplay {
Q_OBJECT
TQ_OBJECT
public:
/**

@ -32,7 +32,7 @@ class CTransliterationButton;
*/
class CBibleReadWindow : public CLexiconReadWindow {
Q_OBJECT
TQ_OBJECT
public:
CBibleReadWindow(ListCSwordModuleInfo modules, CMDIArea* parent, const char *name=0);

@ -25,7 +25,7 @@ class CBookTreeChooser;
* @author The BibleTime team
*/
class CBookReadWindow : public CLexiconReadWindow {
Q_OBJECT
TQ_OBJECT
public:
static void insertKeyboardActions( TDEActionCollection* const a );

@ -28,7 +28,7 @@ class TDEPopupMenu;
* @author The BibleTime team
*/
// class CTransliterationButton : public TDEToolBarButton {
// Q_OBJECT
// TQ_OBJECT
//
// public:
// CTransliterationButton(CSwordBackend::FilterOptions* displayOptions, TQWidget *parent, const char *name=0);
@ -57,7 +57,7 @@ class TDEPopupMenu;
* @author The BibleTime team
*/
class CDisplaySettingsButton : public TDEToolBarButton {
Q_OBJECT
TQ_OBJECT
public:
CDisplaySettingsButton(CSwordBackend::DisplayOptions *displaySettings, CSwordBackend::FilterOptions *settings, const ListCSwordModuleInfo& useModules, TQWidget *parent=0, const char *name=0);

@ -23,7 +23,7 @@
*/
class CCommentaryReadWindow : public CLexiconReadWindow {
Q_OBJECT
TQ_OBJECT
public:
/**

@ -50,7 +50,7 @@ class TDEPopupMenu;
*/
class CDisplayWindow : public TDEMainWindow, public CPointers {
Q_OBJECT
TQ_OBJECT
public:
enum WriteWindowType {

@ -24,7 +24,7 @@ class TDEAction;
* @author The BibleTime team
*/
class CHTMLWriteWindow : public CPlainWriteWindow {
Q_OBJECT
TQ_OBJECT
public:
CHTMLWriteWindow(ListCSwordModuleInfo modules, CMDIArea* parent, const char *name = 0);

@ -31,7 +31,7 @@ class TDEToolBarPopupAction;
*/
class CLexiconReadWindow : public CReadWindow {
Q_OBJECT
TQ_OBJECT
public:
CLexiconReadWindow(ListCSwordModuleInfo modules, CMDIArea* parent, const char *name=0);

@ -30,7 +30,7 @@
* @author The BibleTime team
*/
class CModuleChooserBar : public TDEToolBar {
Q_OBJECT
TQ_OBJECT
public:
/**

@ -32,7 +32,7 @@ class CModuleChooserBar;
* @author The BibleTime team
*/
class CModuleChooserButton : public TDEToolBarButton, public CPointers {
Q_OBJECT
TQ_OBJECT
public:
CModuleChooserButton(CSwordModuleInfo* useModule, CSwordModuleInfo::ModuleType type, const int id, CModuleChooserBar *parent, const char *name = 0 );

@ -26,7 +26,7 @@ class TDEToggleAction;
* @author The BibleTime team
*/
class CPlainWriteWindow : public CWriteWindow {
Q_OBJECT
TQ_OBJECT
public:
CPlainWriteWindow( ListCSwordModuleInfo modules, CMDIArea* parent, const char *name = 0 );

@ -29,7 +29,7 @@ class TDEPopupMenu;
*/
class CReadWindow : public CDisplayWindow {
Q_OBJECT
TQ_OBJECT
public:
// static void insertKeyboardActions( TDEAccel* const a );

@ -24,7 +24,7 @@
*/
class CWriteWindow : public CDisplayWindow {
Q_OBJECT
TQ_OBJECT
public:
static void insertKeyboardActions( TDEActionCollection* const a );

@ -31,7 +31,7 @@ class CSwordBibleModuleInfo;
*/
class CBibleKeyChooser : public CKeyChooser {
Q_OBJECT
TQ_OBJECT
public:

@ -39,7 +39,7 @@ class TQHBoxLayout;
* @author The BibleTime team
*/
class CBookKeyChooser : public CKeyChooser {
Q_OBJECT
TQ_OBJECT
public:
CBookKeyChooser(ListCSwordModuleInfo modules, CSwordKey *key=0, TQWidget *parent=0, const char *name=0);

@ -44,7 +44,7 @@ namespace sword {
* @author The BibleTime team
*/
class CBookTreeChooser : public CKeyChooser {
Q_OBJECT
TQ_OBJECT
public:
CBookTreeChooser(ListCSwordModuleInfo modules, CSwordKey *key=0, TQWidget *parent=0, const char *name=0);

@ -29,7 +29,7 @@ class CSwordKey;
*/
class CKeyChooser : public TQWidget {
Q_OBJECT
TQ_OBJECT
public:

@ -36,7 +36,7 @@ class TQHBoxLayout;
* This class is used in the key chooser widgets
*/
class CKCComboBox : public TQComboBox {
Q_OBJECT
TQ_OBJECT
public:
@ -71,7 +71,7 @@ signals:
* @author The BibleTime team
*/
class CKeyChooserWidget : public TQWidget {
Q_OBJECT
TQ_OBJECT
public:
/**

@ -25,7 +25,7 @@ class CLexiconKeyChooser;
class CSwordVerseKey;
class CKeyReferenceCompletion : public TDECompletion {
Q_OBJECT
TQ_OBJECT
public:
CKeyReferenceCompletion(CSwordBibleModuleInfo*);
@ -37,7 +37,7 @@ private:
};
class CKeyReferenceLineEdit : public KLineEdit {
Q_OBJECT
TQ_OBJECT
public:
CKeyReferenceLineEdit(TQWidget *parent=0, const char *name=0);
@ -45,7 +45,7 @@ public:
};
class CKeyReferenceWidget : public TQWidget {
Q_OBJECT
TQ_OBJECT
public:
/**

@ -30,7 +30,7 @@ class TQHBoxLayout;
* @author The BibleTime team
*/
class CLexiconKeyChooser : public CKeyChooser {
Q_OBJECT
TQ_OBJECT
public:
/**

@ -25,7 +25,7 @@ class TQLineEdit;
#include "ckeychooser.h"
//class CRefSelectDialog : public KDialogBase {
// Q_OBJECT
// TQ_OBJECT
// public:
// CRefSelectDialog(TQWidget *parent);

@ -21,7 +21,7 @@ class TQMouseEvent;
* @author The BibleTime team
*/
class CScrollButton : public TQToolButton {
Q_OBJECT
TQ_OBJECT
public:
/**

@ -28,7 +28,7 @@
* @author The BibleTime team
*/
class CScrollerWidgetSet : public TQWidget {
Q_OBJECT
TQ_OBJECT
public:
/**

@ -35,7 +35,7 @@ class CSearchDialog;
* @author The BibleTime team
*/
class CMainIndex : public TDEListView {
Q_OBJECT
TQ_OBJECT
class ToolTip : public TQToolTip {

@ -39,7 +39,7 @@ namespace Search {
namespace Options {
class CModuleChooser : public TDEListView, public CPointers {
Q_OBJECT
TQ_OBJECT
public:
class ModuleCheckBoxItem : virtual public TQCheckListItem {
@ -84,7 +84,7 @@ protected: // Protected methods
};
class CModuleChooserDialog : public KDialogBase {
Q_OBJECT
TQ_OBJECT
public:
CModuleChooserDialog(TQWidget* parentDialog, ListCSwordModuleInfo modules);

@ -40,7 +40,7 @@ namespace Search {
namespace Result {
class CModuleResultView : public TDEListView {
Q_OBJECT
TQ_OBJECT
public:
CModuleResultView(TQWidget* parent, const char* name = 0);

@ -45,7 +45,7 @@ namespace Search {
namespace Options {
class CRangeChooserDialog : public KDialogBase {
Q_OBJECT
TQ_OBJECT
public:
CRangeChooserDialog(TQWidget* parentDialog);

@ -51,7 +51,7 @@ class CSearchAnalysisView;
* @author The BibleTime Team
*/
class CSearchAnalysis : public TQCanvas {
Q_OBJECT
TQ_OBJECT
public:
CSearchAnalysis(TQObject *parent=0, const char *name=0);
@ -101,7 +101,7 @@ public slots: // Public slots
class CSearchAnalysisDialog : public KDialogBase {
Q_OBJECT
TQ_OBJECT
public:
CSearchAnalysisDialog(ListCSwordModuleInfo modules, TQWidget* parentDialog);
@ -179,7 +179,7 @@ private:
//----------------------------------------------------------
//----------------------------------------------------------
class CSearchAnalysisView : public TQCanvasView {
Q_OBJECT
TQ_OBJECT
public:
/**

@ -45,7 +45,7 @@ namespace Search {
*@author The BibleTime team
*/
class CSearchDialog : public KDialogBase {
Q_OBJECT
TQ_OBJECT
public:

@ -150,7 +150,7 @@ private:
* @author The BibleTime team
*/
class CSearchResultPage : public SearchResultsForm {
Q_OBJECT
TQ_OBJECT
public:
CSearchResultPage(TQWidget *parent=0, const char *name=0);
@ -207,7 +207,7 @@ protected slots: // Protected slots
namespace Options {
class CSearchOptionsPage : public SearchOptionsForm {
Q_OBJECT
TQ_OBJECT
public:
CSearchOptionsPage(TQWidget *parent=0, const char *name=0);

@ -37,7 +37,7 @@ namespace Search {
namespace Result {
class CSearchResultView : public TDEListView {
Q_OBJECT
TQ_OBJECT
public:
CSearchResultView(TQWidget* parent, const char* name = 0);

Loading…
Cancel
Save