summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-03 12:14:15 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-07 11:19:34 +0900
commitcd7665b7b437c9ab58b1cfd52a2429061094e240 (patch)
tree134a512e1b4348e9cf39b39bd46654c3b6505f55
parentb97aa92b8077c33e11e150b496c0038a5b57d5c9 (diff)
downloadkftpgrabber-cd7665b7b437c9ab58b1cfd52a2429061094e240.tar.gz
kftpgrabber-cd7665b7b437c9ab58b1cfd52a2429061094e240.zip
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 9e4d6621d3ad2df1a7c0c518e74f4b70841628b5)
-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 fdf4b57..45b9eb4 100644
--- a/kftpgrabber/src/misc/interfaces/kftpbookmarkimportplugin.h
+++ b/kftpgrabber/src/misc/interfaces/kftpbookmarkimportplugin.h
@@ -43,7 +43,7 @@
*
* @author Jernej Kos
*/
-class KDE_EXPORT KFTPBookmarkImportPlugin : public KParts::Plugin {
+class TDE_EXPORT KFTPBookmarkImportPlugin : public KParts::Plugin {
TQ_OBJECT
public:
KFTPBookmarkImportPlugin(TQObject *parent, const char *name = 0);