diff options
Diffstat (limited to 'kparts/tests/notepadpart.cpp')
-rw-r--r-- | kparts/tests/notepadpart.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/kparts/tests/notepadpart.cpp b/kparts/tests/notepadpart.cpp new file mode 100644 index 000000000..072503fd1 --- /dev/null +++ b/kparts/tests/notepadpart.cpp @@ -0,0 +1,5 @@ +#include "notepad.h" + +// The entry point for the part. +K_EXPORT_COMPONENT_FACTORY( libnotepadpart, NotepadFactory ) + |