summaryrefslogtreecommitdiffstats
path: root/bibletime/frontend/cswordsetupmodulelistview.h
diff options
context:
space:
mode:
Diffstat (limited to 'bibletime/frontend/cswordsetupmodulelistview.h')
-rw-r--r--bibletime/frontend/cswordsetupmodulelistview.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/bibletime/frontend/cswordsetupmodulelistview.h b/bibletime/frontend/cswordsetupmodulelistview.h
index a05f5f1..f88775c 100644
--- a/bibletime/frontend/cswordsetupmodulelistview.h
+++ b/bibletime/frontend/cswordsetupmodulelistview.h
@@ -29,9 +29,10 @@ namespace BookshelfManager {
class CSwordSetupModuleListView : public KListView {
Q_OBJECT
+ TQ_OBJECT
public:
- CSwordSetupModuleListView(TQWidget* parent, bool is_remote, sword::InstallSource* installSource = 0);
+ CSwordSetupModuleListView(TQWidget* tqparent, bool is_remote, sword::InstallSource* installSource = 0);
virtual ~CSwordSetupModuleListView();
void addModule(CSwordModuleInfo *, TQString localVersion);