summaryrefslogtreecommitdiffstats
path: root/bibletime/frontend/displaywindow/cmodulechooserbutton.h
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/displaywindow/cmodulechooserbutton.h
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/displaywindow/cmodulechooserbutton.h')
-rw-r--r--bibletime/frontend/displaywindow/cmodulechooserbutton.h2
1 files changed, 1 insertions, 1 deletions
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 );