summaryrefslogtreecommitdiffstats
path: root/kftpgrabber/src/misc/interfaces/kftpbookmarkimportplugin.h
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2021-09-03 16:04:23 +0200
committerSlávek Banko <slavek.banko@axis.cz>2021-09-09 11:35:06 +0200
commitdf8b96f78728a2f64cb45103d9cd62a46bcce6d1 (patch)
treec7ea3cb5d013da7ba040511e95870bfcb00f9387 /kftpgrabber/src/misc/interfaces/kftpbookmarkimportplugin.h
parentf152dc5a9f674972088366ff9f0bc68c1473546e (diff)
downloadkftpgrabber-df8b96f78728a2f64cb45103d9cd62a46bcce6d1.tar.gz
kftpgrabber-df8b96f78728a2f64cb45103d9cd62a46bcce6d1.zip
Conversion to the cmake building system.
Add a man page taken from the Debian packaging. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> Signed-off-by: gregory guy <gregory-tde@laposte.net> (cherry picked from commit 2bc7596862c583eb4361aad66371faaa6db1c813)
Diffstat (limited to 'kftpgrabber/src/misc/interfaces/kftpbookmarkimportplugin.h')
-rw-r--r--kftpgrabber/src/misc/interfaces/kftpbookmarkimportplugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kftpgrabber/src/misc/interfaces/kftpbookmarkimportplugin.h b/kftpgrabber/src/misc/interfaces/kftpbookmarkimportplugin.h
index 5f42ccf..033ce2b 100644
--- a/kftpgrabber/src/misc/interfaces/kftpbookmarkimportplugin.h
+++ b/kftpgrabber/src/misc/interfaces/kftpbookmarkimportplugin.h
@@ -43,7 +43,7 @@
*
* @author Jernej Kos
*/
-class KFTPBookmarkImportPlugin : public KParts::Plugin {
+class KDE_EXPORT KFTPBookmarkImportPlugin : public KParts::Plugin {
Q_OBJECT
public:
KFTPBookmarkImportPlugin(TQObject *parent, const char *name = 0);