Fix FTBFS due to improper automoc

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit e5fd5a90ba)
r14.0.x
Slávek Banko 6 lat temu
rodzic fbce796701
commit fedec4cf6d
Podpisane przez: SlavekB
ID klucza GPG: 608F5293A04BE668

@ -331,3 +331,4 @@ void BibleTime::polish() {
applyMainWindowSettings(CBTConfig::getConfig(), TQString::fromLatin1("MainWindow"));
}
#include "bibletime.moc"

@ -341,3 +341,4 @@ namespace BookshelfManager {
}
#include "btinstallmgr.moc"

@ -460,3 +460,5 @@ namespace InfoDisplay {
}
} //end of namespace InfoDisplay
#include "cinfodisplay.moc"

@ -92,3 +92,5 @@ const TQString CInputDialog::getText( const TQString& caption, const TQString& d
delete dlg;
return ret;
}
#include "cinputdialog.moc"

@ -191,3 +191,5 @@ void CManageIndicesWidget::deleteOrphanedIndices()
}
#include "cmanageindiceswidget.moc"

@ -329,3 +329,5 @@ void CMDIArea::triggerWindowUpdate() {
}
}
}
#include "cmdiarea.moc"

@ -96,3 +96,5 @@ void CModuleIndexDialog::slotFinished( ) {
progress->progressBar()->setProgress( progress->progressBar()->totalSteps() );
TDEApplication::kApplication()->processEvents( 1 ); //1 ms only
}
#include "cmoduleindexdialog.moc"

@ -1022,3 +1022,5 @@ void COptionsDialog::slotKeyChooserTypeChanged(const TQString& title) {
m_settings.keys.keyChooserStack->raiseWidget(t->keyChooser);
}
#include "coptionsdialog.moc"

@ -128,3 +128,5 @@ namespace Printing {
}
} //end of namespace
#include "cprinter.moc"

@ -921,3 +921,5 @@ the module remote installation feature!</b>")
}
} // NAMESPACE
#include "cswordsetupdialog.moc"

@ -170,3 +170,5 @@ namespace BookshelfManager {
} //namespace
#include "cswordsetupinstallsourcesdialog.moc"

@ -271,3 +271,4 @@ namespace BookshelfManager {
} //NAMESPACE
#include "cswordsetupmodulelistview.moc"

@ -214,3 +214,4 @@ TQPopupMenu* const CDisplay::installedPopup() {
return m_popup;
}
#include "cdisplay.moc"

@ -505,3 +505,5 @@ void CHTMLReadDisplay::openFindTextDialog() {
"version of BibleTime, we will remove the option.");
#endif
}
#include "chtmlreaddisplay.moc"

@ -264,3 +264,5 @@ TQPopupMenu* CHTMLWriteDisplay::createPopupMenu( const TQPoint& /*pos*/ ) {
return popup;
};
#include "chtmlwritedisplay.moc"

@ -456,3 +456,5 @@ void CBibleReadWindow::syncWindows() {
}*/
}
}
#include "cbiblereadwindow.moc"

@ -174,3 +174,5 @@ void CBookReadWindow::setupPopupMenu() {
popup()->changeTitle(-1, CToolClass::getIconForModule(modules().first()), i18n("Book window"));
}
#include "cbookreadwindow.moc"

@ -216,3 +216,5 @@ const bool CDisplaySettingsButton::itemStatus( const int index ) {
void CDisplaySettingsButton::setChanged() {
emit sigChanged();
}
#include "cbuttons.moc"

@ -196,3 +196,5 @@ void CCommentaryReadWindow::setupPopupMenu() {
popup()->changeTitle(-1, CToolClass::getIconForModule(modules().first()), i18n("Commentary window"));
}
#include "ccommentaryreadwindow.moc"

@ -496,3 +496,4 @@ void CDisplayWindow::printAnchorWithText() {
m_displayWidget->connectionsProxy()->printAnchorWithText( m_displayOptions, m_filterOptions);
}
#include "cdisplaywindow.moc"

@ -130,3 +130,5 @@ void CHTMLWriteWindow::restoreText() {
const bool CHTMLWriteWindow::syncAllowed() const {
return m_actions.syncWindow->isChecked();
}
#include "chtmlwritewindow.moc"

@ -315,3 +315,5 @@ void CLexiconReadWindow::slotUpdateHistoryButtons() {
m_actions.backInHistory->setEnabled( keyChooser()->getPreviousKeys().size() > 0 );
m_actions.forwardInHistory->setEnabled( keyChooser()->getNextKeys().size() > 0 );
}
#include "clexiconreadwindow.moc"

@ -150,3 +150,5 @@ void CModuleChooserBar::updateMenuItems() {
buttons.current()->updateMenuItems();
}
}
#include "cmodulechooserbar.moc"

@ -274,3 +274,5 @@ void CModuleChooserButton::updateMenuItems() {
}
}
}
#include "cmodulechooserbutton.moc"

@ -174,3 +174,5 @@ void CPlainWriteWindow::initActions() {
void CPlainWriteWindow::insertKeyboardActions( TDEActionCollection* const ) {
}
#include "cplainwritewindow.moc"

@ -193,3 +193,5 @@ void CReadWindow::openSearchStrongsDialog() {
Search::CSearchDialog::openDialog( modules(), searchText, 0 );
}
#include "creadwindow.moc"

@ -174,3 +174,5 @@ void CWriteWindow::beforeKeyChange(const TQString& key) {
}
}
}
#include "cwritewindow.moc"

@ -111,3 +111,5 @@ void CBibleKeyChooser::refreshContent() {
/** No descriptions */
void CBibleKeyChooser::updateKey(CSwordKey* /*key*/) {}
void CBibleKeyChooser::adjustFont() {}
#include "cbiblekeychooser.moc"

@ -286,3 +286,4 @@ void CBookKeyChooser::updateKey(CSwordKey* key) {
setKey(key, false);
}
#include "cbookkeychooser.moc"

@ -319,3 +319,5 @@ void CBookTreeChooser::setupTree() {
m_key->setOffset( offset );
setKey(m_key, false); //the module may have changed
}
#include "cbooktreechooser.moc"

@ -147,3 +147,5 @@ void CKeyChooser::polish() {
//connect the history calls just before we show, we want an empty history
connect(this, TQT_SIGNAL(keyChanged(CSwordKey*)), TQT_SLOT(addToHistory(CSwordKey*)));
}
#include "ckeychooser.moc"

@ -301,3 +301,4 @@ void CKeyChooserWidget::changeCombo(int n) {
}
}
#include "ckeychooserwidget.moc"

@ -208,3 +208,5 @@ void CKeyReferenceWidget::slotVerseChange(int n) {
updateText();
if (!updatelock) emit changed(m_key);
}
#include "ckeyreferencewidget.moc"

@ -174,3 +174,5 @@ void CLexiconKeyChooser::setModules( const ListCSwordModuleInfo& modules, const
/** No descriptions */
void CLexiconKeyChooser::updateKey(CSwordKey*) {}
#include "clexiconkeychooser.moc"

@ -93,8 +93,4 @@
// m_chooser = NULL;
//}
#include "crefselectdialog.moc"

@ -99,3 +99,5 @@ void CScrollButton::wheelEvent( TQWheelEvent* e ) {
e->ignore();
}
}
#include "cscrollbutton.moc"

@ -76,3 +76,5 @@ void CScrollerWidgetSet::slotUnlock() { emit scroller_released(); }
void CScrollerWidgetSet::slotScroller(int n) { emit change(n); }
void CScrollerWidgetSet::slotUpClick() { slotScroller(-1); }
void CScrollerWidgetSet::slotDownClick() { slotScroller(1); }
#include "cscrollerwidgetset.moc"

@ -867,3 +867,5 @@ void CMainIndex::polish()
initTree();
readSettings();
}
#include "cmainindex.moc"

@ -301,3 +301,5 @@ void CModuleChooserDialog::slotOk() {
} //end of namespace Search::Options
} //end of namespace Search
#include "cmodulechooser.moc"

@ -267,3 +267,5 @@ void CModuleResultView::printResult() {
} //end of namespace Search.Result
} //end of namespace Search
#include "cmoduleresultview.moc"

@ -285,3 +285,5 @@ void CRangeChooserDialog::slotDefault() {
} //end of namespace Search::Options
} //end of namespace Search
#include "crangechooser.moc"

@ -585,3 +585,5 @@ void CSearchAnalysis::saveAsHTML() {
} //end of namespace Search::Analysis
} //end of namespace Search
#include "csearchanalysis.moc"

@ -261,3 +261,5 @@ void CSearchDialog::slotClose() {
}
} //end of namespace Search
#include "csearchdialog.moc"

@ -782,3 +782,5 @@ bool CSearchOptionsPage::hasSearchScope() {
} //end of namespace Options
} //end of namespace Search
#include "csearchdialogpages.moc"

@ -269,3 +269,4 @@ TQDragObject* CSearchResultView::dragObject() {
} //end of namespace Search::Result
} //end of namespace
#include "csearchresultview.moc"

Ładowanie…
Anuluj
Zapisz