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