i_p suffix only for stuff not exported from qml
general rule: if the header if from a class that will be made available as qml type, foo.h, otherwise foo_p.h
This commit is contained in:
parent
43a069c681
commit
7a325f4658
@ -30,11 +30,11 @@
|
||||
#include <Plasma/FrameSvg>
|
||||
#include <Plasma/Svg>
|
||||
|
||||
#include "datasource_p.h"
|
||||
#include "datasource.h"
|
||||
#include "datamodel.h"
|
||||
#include "framesvgitem_p.h"
|
||||
#include "svgitem_p.h"
|
||||
#include "theme_p.h"
|
||||
#include "framesvgitem.h"
|
||||
#include "svgitem.h"
|
||||
#include "theme.h"
|
||||
#include "dialog.h"
|
||||
#include "tooltip.h"
|
||||
#include "dataenginebindings_p.h"
|
||||
|
@ -18,7 +18,7 @@
|
||||
*/
|
||||
|
||||
#include "datamodel.h"
|
||||
#include "datasource_p.h"
|
||||
#include "datasource.h"
|
||||
|
||||
#include <QTimer>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#include "datasource_p.h"
|
||||
#include "datasource.h"
|
||||
|
||||
#include "qdeclarativeengine.h"
|
||||
#include "qdeclarativecontext.h"
|
||||
@ -196,4 +196,4 @@ void DataSource::disconnectSource(const QString &source)
|
||||
}
|
||||
|
||||
}
|
||||
#include "datasource_p.moc"
|
||||
#include "datasource.moc"
|
||||
|
@ -17,7 +17,7 @@
|
||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#include "framesvgitem_p.h"
|
||||
#include "framesvgitem.h"
|
||||
|
||||
#include <QtGui/QPainter>
|
||||
|
||||
@ -130,4 +130,4 @@ void FrameSvgItem::doUpdate()
|
||||
|
||||
} // Plasma namespace
|
||||
|
||||
#include "framesvgitem_p.moc"
|
||||
#include "framesvgitem.moc"
|
||||
|
@ -17,7 +17,7 @@
|
||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#include "svgitem_p.h"
|
||||
#include "svgitem.h"
|
||||
|
||||
#include <QtGui/QPainter>
|
||||
|
||||
@ -124,4 +124,4 @@ void SvgItem::updateNeeded()
|
||||
|
||||
} // Plasma namespace
|
||||
|
||||
#include "svgitem_p.moc"
|
||||
#include "svgitem.moc"
|
||||
|
@ -17,7 +17,7 @@
|
||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA . *
|
||||
***************************************************************************/
|
||||
|
||||
#include "theme_p.h"
|
||||
#include "theme.h"
|
||||
|
||||
#include <KIconLoader>
|
||||
|
||||
@ -299,5 +299,5 @@ int ThemeProxy::enormousIconSize() const
|
||||
return KIconLoader::SizeEnormous;
|
||||
}
|
||||
|
||||
#include "theme_p.moc"
|
||||
#include "theme.moc"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user