summaryrefslogtreecommitdiffstats
path: root/bibletime/frontend
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 12:57:31 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 12:57:31 +0900
commit3dfa327a51cb19eb929ded62a239678a8d28dfb6 (patch)
tree9eaa8873c60146896c097c18294e9d982ccb17e1 /bibletime/frontend
parent7c699d2de3fe501b4e65dae4c255dc2fec278888 (diff)
downloadbibletime-3dfa327a51cb19eb929ded62a239678a8d28dfb6.tar.gz
bibletime-3dfa327a51cb19eb929ded62a239678a8d28dfb6.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'bibletime/frontend')
-rw-r--r--bibletime/frontend/btinstallmgr.h2
-rw-r--r--bibletime/frontend/cinfodisplay.h2
-rw-r--r--bibletime/frontend/cinputdialog.h2
-rw-r--r--bibletime/frontend/cmanageindiceswidget.h2
-rw-r--r--bibletime/frontend/cmdiarea.h2
-rw-r--r--bibletime/frontend/cmoduleindexdialog.h2
-rw-r--r--bibletime/frontend/coptionsdialog.h2
-rw-r--r--bibletime/frontend/cprinter.h2
-rw-r--r--bibletime/frontend/cswordsetupdialog.h2
-rw-r--r--bibletime/frontend/cswordsetupinstallsourcesdialog.h2
-rw-r--r--bibletime/frontend/cswordsetupmodulelistview.h2
-rw-r--r--bibletime/frontend/display/cdisplay.h2
-rw-r--r--bibletime/frontend/display/chtmlreaddisplay.h4
-rw-r--r--bibletime/frontend/display/chtmlwritedisplay.h2
-rw-r--r--bibletime/frontend/displaywindow/cbiblereadwindow.h2
-rw-r--r--bibletime/frontend/displaywindow/cbookreadwindow.h2
-rw-r--r--bibletime/frontend/displaywindow/cbuttons.h4
-rw-r--r--bibletime/frontend/displaywindow/ccommentaryreadwindow.h2
-rw-r--r--bibletime/frontend/displaywindow/cdisplaywindow.h2
-rw-r--r--bibletime/frontend/displaywindow/chtmlwritewindow.h2
-rw-r--r--bibletime/frontend/displaywindow/clexiconreadwindow.h2
-rw-r--r--bibletime/frontend/displaywindow/cmodulechooserbar.h2
-rw-r--r--bibletime/frontend/displaywindow/cmodulechooserbutton.h2
-rw-r--r--bibletime/frontend/displaywindow/cplainwritewindow.h2
-rw-r--r--bibletime/frontend/displaywindow/creadwindow.h2
-rw-r--r--bibletime/frontend/displaywindow/cwritewindow.h2
-rw-r--r--bibletime/frontend/keychooser/cbiblekeychooser.h2
-rw-r--r--bibletime/frontend/keychooser/cbookkeychooser.h2
-rw-r--r--bibletime/frontend/keychooser/cbooktreechooser.h2
-rw-r--r--bibletime/frontend/keychooser/ckeychooser.h2
-rw-r--r--bibletime/frontend/keychooser/ckeychooserwidget.h4
-rw-r--r--bibletime/frontend/keychooser/ckeyreferencewidget.h6
-rw-r--r--bibletime/frontend/keychooser/clexiconkeychooser.h2
-rw-r--r--bibletime/frontend/keychooser/crefselectdialog.h2
-rw-r--r--bibletime/frontend/keychooser/cscrollbutton.h2
-rw-r--r--bibletime/frontend/keychooser/cscrollerwidgetset.h2
-rw-r--r--bibletime/frontend/mainindex/cmainindex.h2
-rw-r--r--bibletime/frontend/searchdialog/cmodulechooser.h4
-rw-r--r--bibletime/frontend/searchdialog/cmoduleresultview.h2
-rw-r--r--bibletime/frontend/searchdialog/crangechooser.h2
-rw-r--r--bibletime/frontend/searchdialog/csearchanalysis.h6
-rw-r--r--bibletime/frontend/searchdialog/csearchdialog.h2
-rw-r--r--bibletime/frontend/searchdialog/csearchdialogpages.h4
-rw-r--r--bibletime/frontend/searchdialog/csearchresultview.h2
44 files changed, 53 insertions, 53 deletions
diff --git a/bibletime/frontend/btinstallmgr.h b/bibletime/frontend/btinstallmgr.h
index dd003f8..5e48f5f 100644
--- a/bibletime/frontend/btinstallmgr.h
+++ b/bibletime/frontend/btinstallmgr.h
@@ -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 {
diff --git a/bibletime/frontend/cinfodisplay.h b/bibletime/frontend/cinfodisplay.h
index ae60f51..060528c 100644
--- a/bibletime/frontend/cinfodisplay.h
+++ b/bibletime/frontend/cinfodisplay.h
@@ -30,7 +30,7 @@ namespace InfoDisplay {
@author The BibleTime team
*/
class CInfoDisplay : public TQWidget {
- Q_OBJECT
+ TQ_OBJECT
public:
enum InfoType {
diff --git a/bibletime/frontend/cinputdialog.h b/bibletime/frontend/cinputdialog.h
index 4babe37..5853f87 100644
--- a/bibletime/frontend/cinputdialog.h
+++ b/bibletime/frontend/cinputdialog.h
@@ -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);
diff --git a/bibletime/frontend/cmanageindiceswidget.h b/bibletime/frontend/cmanageindiceswidget.h
index e937924..9d4a4b0 100644
--- a/bibletime/frontend/cmanageindiceswidget.h
+++ b/bibletime/frontend/cmanageindiceswidget.h
@@ -27,7 +27,7 @@ namespace BookshelfManager {
*/
class CManageIndicesWidget : public ManageIndicesForm
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/bibletime/frontend/cmdiarea.h b/bibletime/frontend/cmdiarea.h
index 5df0a0c..a252bca 100644
--- a/bibletime/frontend/cmdiarea.h
+++ b/bibletime/frontend/cmdiarea.h
@@ -31,7 +31,7 @@ class CSwordKey;
* @author The BibleTime Team
*/
class CMDIArea : public TQWorkspace, public CPointers {
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/bibletime/frontend/cmoduleindexdialog.h b/bibletime/frontend/cmoduleindexdialog.h
index ba30dc4..338bf1d 100644
--- a/bibletime/frontend/cmoduleindexdialog.h
+++ b/bibletime/frontend/cmoduleindexdialog.h
@@ -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.
diff --git a/bibletime/frontend/coptionsdialog.h b/bibletime/frontend/coptionsdialog.h
index bb492a1..eca4ead 100644
--- a/bibletime/frontend/coptionsdialog.h
+++ b/bibletime/frontend/coptionsdialog.h
@@ -51,7 +51,7 @@ class TDEActionCollection;
* @author The BibleTime Team
*/
class COptionsDialog : public KDialogBase, public CPointers {
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/bibletime/frontend/cprinter.h b/bibletime/frontend/cprinter.h
index 8d8ed23..af285e2 100644
--- a/bibletime/frontend/cprinter.h
+++ b/bibletime/frontend/cprinter.h
@@ -32,7 +32,7 @@ namespace Printing {
* @author The BibleTime team
*/
class CPrinter : public TQObject, public Rendering::CDisplayRendering {
- Q_OBJECT
+ TQ_OBJECT
public:
CPrinter(
diff --git a/bibletime/frontend/cswordsetupdialog.h b/bibletime/frontend/cswordsetupdialog.h
index da54ed3..d6e11bf 100644
--- a/bibletime/frontend/cswordsetupdialog.h
+++ b/bibletime/frontend/cswordsetupdialog.h
@@ -43,7 +43,7 @@ namespace BookshelfManager {
* @author The BibleTime Team
*/
class CSwordSetupDialog : public KDialogBase, public CPointers {
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/bibletime/frontend/cswordsetupinstallsourcesdialog.h b/bibletime/frontend/cswordsetupinstallsourcesdialog.h
index c26fe15..d426d3f 100644
--- a/bibletime/frontend/cswordsetupinstallsourcesdialog.h
+++ b/bibletime/frontend/cswordsetupinstallsourcesdialog.h
@@ -11,7 +11,7 @@ class TQLineEdit;
namespace BookshelfManager {
class CSwordSetupInstallSourcesDialog : public TQDialog {
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/bibletime/frontend/cswordsetupmodulelistview.h b/bibletime/frontend/cswordsetupmodulelistview.h
index 6944b98..3982fe9 100644
--- a/bibletime/frontend/cswordsetupmodulelistview.h
+++ b/bibletime/frontend/cswordsetupmodulelistview.h
@@ -28,7 +28,7 @@ class CSwordBackend;
namespace BookshelfManager {
class CSwordSetupModuleListView : public TDEListView {
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/bibletime/frontend/display/cdisplay.h b/bibletime/frontend/display/cdisplay.h
index 19ae581..39685fd 100644
--- a/bibletime/frontend/display/cdisplay.h
+++ b/bibletime/frontend/display/cdisplay.h
@@ -141,7 +141,7 @@ private:
};
class CDisplayConnections : public TQObject {
- Q_OBJECT
+ TQ_OBJECT
public:
CDisplayConnections( CDisplay* parent );
diff --git a/bibletime/frontend/display/chtmlreaddisplay.h b/bibletime/frontend/display/chtmlreaddisplay.h
index 6711698..e469246 100644
--- a/bibletime/frontend/display/chtmlreaddisplay.h
+++ b/bibletime/frontend/display/chtmlreaddisplay.h
@@ -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;
diff --git a/bibletime/frontend/display/chtmlwritedisplay.h b/bibletime/frontend/display/chtmlwritedisplay.h
index 0d81610..6c7ee6e 100644
--- a/bibletime/frontend/display/chtmlwritedisplay.h
+++ b/bibletime/frontend/display/chtmlwritedisplay.h
@@ -33,7 +33,7 @@ class KColorButton;
* @author The BibleTime team
*/
class CHTMLWriteDisplay : public CPlainWriteDisplay {
- Q_OBJECT
+ TQ_OBJECT
public:
/**
diff --git a/bibletime/frontend/displaywindow/cbiblereadwindow.h b/bibletime/frontend/displaywindow/cbiblereadwindow.h
index 5d52c51..5d0cb15 100644
--- a/bibletime/frontend/displaywindow/cbiblereadwindow.h
+++ b/bibletime/frontend/displaywindow/cbiblereadwindow.h
@@ -32,7 +32,7 @@ class CTransliterationButton;
*/
class CBibleReadWindow : public CLexiconReadWindow {
- Q_OBJECT
+ TQ_OBJECT
public:
CBibleReadWindow(ListCSwordModuleInfo modules, CMDIArea* parent, const char *name=0);
diff --git a/bibletime/frontend/displaywindow/cbookreadwindow.h b/bibletime/frontend/displaywindow/cbookreadwindow.h
index 844cb93..02235e0 100644
--- a/bibletime/frontend/displaywindow/cbookreadwindow.h
+++ b/bibletime/frontend/displaywindow/cbookreadwindow.h
@@ -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 );
diff --git a/bibletime/frontend/displaywindow/cbuttons.h b/bibletime/frontend/displaywindow/cbuttons.h
index cd2f873..4f28c78 100644
--- a/bibletime/frontend/displaywindow/cbuttons.h
+++ b/bibletime/frontend/displaywindow/cbuttons.h
@@ -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);
diff --git a/bibletime/frontend/displaywindow/ccommentaryreadwindow.h b/bibletime/frontend/displaywindow/ccommentaryreadwindow.h
index 46ce781..28c2cd7 100644
--- a/bibletime/frontend/displaywindow/ccommentaryreadwindow.h
+++ b/bibletime/frontend/displaywindow/ccommentaryreadwindow.h
@@ -23,7 +23,7 @@
*/
class CCommentaryReadWindow : public CLexiconReadWindow {
- Q_OBJECT
+ TQ_OBJECT
public:
/**
diff --git a/bibletime/frontend/displaywindow/cdisplaywindow.h b/bibletime/frontend/displaywindow/cdisplaywindow.h
index 2f5345a..60e92d3 100644
--- a/bibletime/frontend/displaywindow/cdisplaywindow.h
+++ b/bibletime/frontend/displaywindow/cdisplaywindow.h
@@ -50,7 +50,7 @@ class TDEPopupMenu;
*/
class CDisplayWindow : public TDEMainWindow, public CPointers {
- Q_OBJECT
+ TQ_OBJECT
public:
enum WriteWindowType {
diff --git a/bibletime/frontend/displaywindow/chtmlwritewindow.h b/bibletime/frontend/displaywindow/chtmlwritewindow.h
index d8c5f70..18c9c37 100644
--- a/bibletime/frontend/displaywindow/chtmlwritewindow.h
+++ b/bibletime/frontend/displaywindow/chtmlwritewindow.h
@@ -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);
diff --git a/bibletime/frontend/displaywindow/clexiconreadwindow.h b/bibletime/frontend/displaywindow/clexiconreadwindow.h
index 38cf759..4fb8862 100644
--- a/bibletime/frontend/displaywindow/clexiconreadwindow.h
+++ b/bibletime/frontend/displaywindow/clexiconreadwindow.h
@@ -31,7 +31,7 @@ class TDEToolBarPopupAction;
*/
class CLexiconReadWindow : public CReadWindow {
- Q_OBJECT
+ TQ_OBJECT
public:
CLexiconReadWindow(ListCSwordModuleInfo modules, CMDIArea* parent, const char *name=0);
diff --git a/bibletime/frontend/displaywindow/cmodulechooserbar.h b/bibletime/frontend/displaywindow/cmodulechooserbar.h
index 44f69ed..ceb45b2 100644
--- a/bibletime/frontend/displaywindow/cmodulechooserbar.h
+++ b/bibletime/frontend/displaywindow/cmodulechooserbar.h
@@ -30,7 +30,7 @@
* @author The BibleTime team
*/
class CModuleChooserBar : public TDEToolBar {
- Q_OBJECT
+ TQ_OBJECT
public:
/**
diff --git a/bibletime/frontend/displaywindow/cmodulechooserbutton.h b/bibletime/frontend/displaywindow/cmodulechooserbutton.h
index 79d21c6..04d292a 100644
--- a/bibletime/frontend/displaywindow/cmodulechooserbutton.h
+++ b/bibletime/frontend/displaywindow/cmodulechooserbutton.h
@@ -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 );
diff --git a/bibletime/frontend/displaywindow/cplainwritewindow.h b/bibletime/frontend/displaywindow/cplainwritewindow.h
index f2ca897..cd81dc7 100644
--- a/bibletime/frontend/displaywindow/cplainwritewindow.h
+++ b/bibletime/frontend/displaywindow/cplainwritewindow.h
@@ -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 );
diff --git a/bibletime/frontend/displaywindow/creadwindow.h b/bibletime/frontend/displaywindow/creadwindow.h
index 7a9f421..b1eaace 100644
--- a/bibletime/frontend/displaywindow/creadwindow.h
+++ b/bibletime/frontend/displaywindow/creadwindow.h
@@ -29,7 +29,7 @@ class TDEPopupMenu;
*/
class CReadWindow : public CDisplayWindow {
- Q_OBJECT
+ TQ_OBJECT
public:
// static void insertKeyboardActions( TDEAccel* const a );
diff --git a/bibletime/frontend/displaywindow/cwritewindow.h b/bibletime/frontend/displaywindow/cwritewindow.h
index 8bb7357..76d831d 100644
--- a/bibletime/frontend/displaywindow/cwritewindow.h
+++ b/bibletime/frontend/displaywindow/cwritewindow.h
@@ -24,7 +24,7 @@
*/
class CWriteWindow : public CDisplayWindow {
- Q_OBJECT
+ TQ_OBJECT
public:
static void insertKeyboardActions( TDEActionCollection* const a );
diff --git a/bibletime/frontend/keychooser/cbiblekeychooser.h b/bibletime/frontend/keychooser/cbiblekeychooser.h
index 34722e4..a82e10e 100644
--- a/bibletime/frontend/keychooser/cbiblekeychooser.h
+++ b/bibletime/frontend/keychooser/cbiblekeychooser.h
@@ -31,7 +31,7 @@ class CSwordBibleModuleInfo;
*/
class CBibleKeyChooser : public CKeyChooser {
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/bibletime/frontend/keychooser/cbookkeychooser.h b/bibletime/frontend/keychooser/cbookkeychooser.h
index 7c5bb2c..ca63e62 100644
--- a/bibletime/frontend/keychooser/cbookkeychooser.h
+++ b/bibletime/frontend/keychooser/cbookkeychooser.h
@@ -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);
diff --git a/bibletime/frontend/keychooser/cbooktreechooser.h b/bibletime/frontend/keychooser/cbooktreechooser.h
index 360ddae..82f8773 100644
--- a/bibletime/frontend/keychooser/cbooktreechooser.h
+++ b/bibletime/frontend/keychooser/cbooktreechooser.h
@@ -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);
diff --git a/bibletime/frontend/keychooser/ckeychooser.h b/bibletime/frontend/keychooser/ckeychooser.h
index 79d2458..bb9d866 100644
--- a/bibletime/frontend/keychooser/ckeychooser.h
+++ b/bibletime/frontend/keychooser/ckeychooser.h
@@ -29,7 +29,7 @@ class CSwordKey;
*/
class CKeyChooser : public TQWidget {
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/bibletime/frontend/keychooser/ckeychooserwidget.h b/bibletime/frontend/keychooser/ckeychooserwidget.h
index bc897df..f2a314e 100644
--- a/bibletime/frontend/keychooser/ckeychooserwidget.h
+++ b/bibletime/frontend/keychooser/ckeychooserwidget.h
@@ -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:
/**
diff --git a/bibletime/frontend/keychooser/ckeyreferencewidget.h b/bibletime/frontend/keychooser/ckeyreferencewidget.h
index 72db2da..745c5dc 100644
--- a/bibletime/frontend/keychooser/ckeyreferencewidget.h
+++ b/bibletime/frontend/keychooser/ckeyreferencewidget.h
@@ -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:
/**
diff --git a/bibletime/frontend/keychooser/clexiconkeychooser.h b/bibletime/frontend/keychooser/clexiconkeychooser.h
index 41d2729..614ea84 100644
--- a/bibletime/frontend/keychooser/clexiconkeychooser.h
+++ b/bibletime/frontend/keychooser/clexiconkeychooser.h
@@ -30,7 +30,7 @@ class TQHBoxLayout;
* @author The BibleTime team
*/
class CLexiconKeyChooser : public CKeyChooser {
- Q_OBJECT
+ TQ_OBJECT
public:
/**
diff --git a/bibletime/frontend/keychooser/crefselectdialog.h b/bibletime/frontend/keychooser/crefselectdialog.h
index 51f6666..12f47ff 100644
--- a/bibletime/frontend/keychooser/crefselectdialog.h
+++ b/bibletime/frontend/keychooser/crefselectdialog.h
@@ -25,7 +25,7 @@ class TQLineEdit;
#include "ckeychooser.h"
//class CRefSelectDialog : public KDialogBase {
-// Q_OBJECT
+// TQ_OBJECT
// public:
// CRefSelectDialog(TQWidget *parent);
diff --git a/bibletime/frontend/keychooser/cscrollbutton.h b/bibletime/frontend/keychooser/cscrollbutton.h
index 0df6789..6338637 100644
--- a/bibletime/frontend/keychooser/cscrollbutton.h
+++ b/bibletime/frontend/keychooser/cscrollbutton.h
@@ -21,7 +21,7 @@ class TQMouseEvent;
* @author The BibleTime team
*/
class CScrollButton : public TQToolButton {
- Q_OBJECT
+ TQ_OBJECT
public:
/**
diff --git a/bibletime/frontend/keychooser/cscrollerwidgetset.h b/bibletime/frontend/keychooser/cscrollerwidgetset.h
index 9b49724..8794243 100644
--- a/bibletime/frontend/keychooser/cscrollerwidgetset.h
+++ b/bibletime/frontend/keychooser/cscrollerwidgetset.h
@@ -28,7 +28,7 @@
* @author The BibleTime team
*/
class CScrollerWidgetSet : public TQWidget {
- Q_OBJECT
+ TQ_OBJECT
public:
/**
diff --git a/bibletime/frontend/mainindex/cmainindex.h b/bibletime/frontend/mainindex/cmainindex.h
index 0719e64..3341142 100644
--- a/bibletime/frontend/mainindex/cmainindex.h
+++ b/bibletime/frontend/mainindex/cmainindex.h
@@ -35,7 +35,7 @@ class CSearchDialog;
* @author The BibleTime team
*/
class CMainIndex : public TDEListView {
- Q_OBJECT
+ TQ_OBJECT
class ToolTip : public TQToolTip {
diff --git a/bibletime/frontend/searchdialog/cmodulechooser.h b/bibletime/frontend/searchdialog/cmodulechooser.h
index ea0c3a0..4a6fadc 100644
--- a/bibletime/frontend/searchdialog/cmodulechooser.h
+++ b/bibletime/frontend/searchdialog/cmodulechooser.h
@@ -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);
diff --git a/bibletime/frontend/searchdialog/cmoduleresultview.h b/bibletime/frontend/searchdialog/cmoduleresultview.h
index 15b1bf9..50824fb 100644
--- a/bibletime/frontend/searchdialog/cmoduleresultview.h
+++ b/bibletime/frontend/searchdialog/cmoduleresultview.h
@@ -40,7 +40,7 @@ namespace Search {
namespace Result {
class CModuleResultView : public TDEListView {
- Q_OBJECT
+ TQ_OBJECT
public:
CModuleResultView(TQWidget* parent, const char* name = 0);
diff --git a/bibletime/frontend/searchdialog/crangechooser.h b/bibletime/frontend/searchdialog/crangechooser.h
index da014b6..cdd1305 100644
--- a/bibletime/frontend/searchdialog/crangechooser.h
+++ b/bibletime/frontend/searchdialog/crangechooser.h
@@ -45,7 +45,7 @@ namespace Search {
namespace Options {
class CRangeChooserDialog : public KDialogBase {
- Q_OBJECT
+ TQ_OBJECT
public:
CRangeChooserDialog(TQWidget* parentDialog);
diff --git a/bibletime/frontend/searchdialog/csearchanalysis.h b/bibletime/frontend/searchdialog/csearchanalysis.h
index fd2d0b0..6a2d8f1 100644
--- a/bibletime/frontend/searchdialog/csearchanalysis.h
+++ b/bibletime/frontend/searchdialog/csearchanalysis.h
@@ -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:
/**
diff --git a/bibletime/frontend/searchdialog/csearchdialog.h b/bibletime/frontend/searchdialog/csearchdialog.h
index 3009969..59ea79f 100644
--- a/bibletime/frontend/searchdialog/csearchdialog.h
+++ b/bibletime/frontend/searchdialog/csearchdialog.h
@@ -45,7 +45,7 @@ namespace Search {
*@author The BibleTime team
*/
class CSearchDialog : public KDialogBase {
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/bibletime/frontend/searchdialog/csearchdialogpages.h b/bibletime/frontend/searchdialog/csearchdialogpages.h
index 23f351d..c4b3fdd 100644
--- a/bibletime/frontend/searchdialog/csearchdialogpages.h
+++ b/bibletime/frontend/searchdialog/csearchdialogpages.h
@@ -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);
diff --git a/bibletime/frontend/searchdialog/csearchresultview.h b/bibletime/frontend/searchdialog/csearchresultview.h
index a2e7422..2e795c0 100644
--- a/bibletime/frontend/searchdialog/csearchresultview.h
+++ b/bibletime/frontend/searchdialog/csearchresultview.h
@@ -37,7 +37,7 @@ namespace Search {
namespace Result {
class CSearchResultView : public TDEListView {
- Q_OBJECT
+ TQ_OBJECT
public:
CSearchResultView(TQWidget* parent, const char* name = 0);