diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2016-03-26 12:04:22 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2016-03-26 13:55:16 +0100 |
commit | 6634daa00fa876c5cd600c74d291b5d9801e21e4 (patch) | |
tree | ccc1e96b9de4de07b47c94552c39dcedf2f0b2ff /part/kxe_viewattributes.cpp | |
parent | fca8572f8a14380174a4de057210ea30bb4157be (diff) | |
download | kxmleditor-6634daa00fa876c5cd600c74d291b5d9801e21e4.tar.gz kxmleditor-6634daa00fa876c5cd600c74d291b5d9801e21e4.zip |
Includes MOC files in the source files
[taken from Debian patches]
Diffstat (limited to 'part/kxe_viewattributes.cpp')
-rw-r--r-- | part/kxe_viewattributes.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/part/kxe_viewattributes.cpp b/part/kxe_viewattributes.cpp index ec6bffe..bfa0609 100644 --- a/part/kxe_viewattributes.cpp +++ b/part/kxe_viewattributes.cpp @@ -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" |