summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-03 12:17:28 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-03 12:17:28 +0900
commita4f1d71603c9b061c1e4c5877bf78758eb296939 (patch)
treee1a61f61977ebe5c0abfd6fef83e73c75d90e6b5
parent72f70a327bc13d64d01ef443cabac596e28c099a (diff)
downloadkima-master.tar.gz
kima-master.zip
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORTHEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--src/kima.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kima.cpp b/src/kima.cpp
index 413c045..abc30c0 100644
--- a/src/kima.cpp
+++ b/src/kima.cpp
@@ -73,7 +73,7 @@
//#include "kdebug.h"
extern "C" {
-KDE_EXPORT KPanelApplet* init( TQWidget* inParent, const TQString& inConfigFile) {
+TDE_EXPORT KPanelApplet* init( TQWidget* inParent, const TQString& inConfigFile) {
TDEGlobal::locale()->insertCatalogue("kima");
return new Kima(inConfigFile, KPanelApplet::Normal,
//KPanelApplet::About | KPanelApplet::Help | KPanelApplet::Preferences,