Includes MOC files in the source files

[taken from Debian patches]
pull/1/head
Slávek Banko 8 years ago
parent fca8572f8a
commit 6634daa00f

@ -493,3 +493,5 @@ void KXMLEditorShell::slotAddRecentURL(const KURL &url)
{
m_pActFileOpenRecent->addURL(url);
}
#include "kxmleditorshell.moc"

@ -227,3 +227,4 @@ ToolbarLabel::ToolbarLabel( const QString& text )
adjustSize();
}
#include "actions.moc"

@ -907,3 +907,5 @@ void KXE_TreeView::keyPressEvent(QKeyEvent *e)
KListView::keyPressEvent(e);
emit sigKeyPressed(e);
}
#include "kxe_treeview.moc"

@ -155,3 +155,5 @@ void KXE_ViewAttributes::slotItemRenamedInplace( int nRow, int nCol )
else
kdError() << "KXMLEditor " << k_funcinfo << " node is not an attribute (but should be)" << endl;
}
#include "kxe_viewattributes.moc"

@ -124,3 +124,5 @@ void KXE_ViewElement::slotTextViewSettingsChanged()
m_pSyntaxHighlighter->rehighlight();
}
#include "kxe_viewelement.moc"

@ -151,3 +151,5 @@ void KXEArchiveExtsSettings::slotPageUpdateExtension( const QString & strText )
emit sigDialogPageChanged();
}
}
#include "kxearchiveextssettings.moc"

@ -177,3 +177,5 @@ QString KXEAttributeDialog::checkValue(const QString strData)
return "";
}
#include "kxeattributedialog.moc"

@ -116,4 +116,4 @@ QString KXECharDataDialog::checkContents(const QString strData)
return "";
}
#include "kxechardatadialog.moc"

@ -40,3 +40,5 @@ void KXEChooseStringDialog::slotOk()
m_strChoosedText = m_pComboBox->currentText();
accept();
}
#include "kxechoosestringdialog.moc"

@ -179,3 +179,5 @@ void KXEConfiguration::slotDlgChanged()
m_pDialog->enableButtonApply( true );
m_pDialog->enableButtonOK( true );
}
#include "kxeconfiguration.moc"

@ -629,3 +629,5 @@ KCommand * KXEDocument::actVersionEncoding()
}
return 0L;
}
#include "kxedocument.moc"

@ -187,3 +187,4 @@ QString KXEElementDialog::checkName(const QString strElementName)
return "";
}
#include "kxeelementdialog.moc"

@ -181,3 +181,5 @@ QString KXEProcInstrDialog::checkData(const QString strData)
return "";
}
#include "kxeprocinstrdialog.moc"

@ -54,3 +54,5 @@ void KXESearchDialog::toggleAcceptButton()
else
m_pPushButtonFind->setEnabled(false);
}
#include "kxesearchdialog.moc"

@ -65,3 +65,5 @@ void KXESettings::apply()
emit sigChanged();
}
}
#include "kxesettings.moc"

@ -133,3 +133,5 @@ QString KXESpecProcInstrDialog::getData()
return QString("version = '")+m_pLineEditVersion->text()+
"' encoding = '"+m_pComboBoxEncoding->currentText()+"' ";
}
#include "kxespecprocinstrdialog.moc"

@ -118,3 +118,5 @@ void KXETextEditorDialog::slotTextViewSettingsChanged()
m_pSyntaxHighlighter->rehighlight();
}
#include "kxetexteditordialog.moc"

@ -102,3 +102,5 @@ KXEConfiguration * KXMLEditorFactory::configuration()
return s_pKXEConfig;
}
#include "kxmleditorfactory.moc"

@ -1921,3 +1921,5 @@ void KXMLEditorPart::updateActions()
// Stylesheet
m_pActDetachStylesheet->setEnabled(!m_pDocument->getSpecProcInstr("xml-stylesheet").isNull());
}
#include "kxmleditorpart.moc"

Loading…
Cancel
Save