diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-03 12:21:21 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-03 12:21:21 +0900 |
commit | ac4ac666df1050cb671df5975a6582567916013d (patch) | |
tree | a92d184703715291ad4862399028830ee731efa9 /starter | |
parent | 2848e644c1ec94406ebef808881fcc01937e65f2 (diff) | |
download | tde-style-baghira-ac4ac666df1050cb671df5975a6582567916013d.tar.gz tde-style-baghira-ac4ac666df1050cb671df5975a6582567916013d.zip |
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'starter')
-rw-r--r-- | starter/starter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starter/starter.cpp b/starter/starter.cpp index 97e6fa0..a725645 100644 --- a/starter/starter.cpp +++ b/starter/starter.cpp @@ -473,7 +473,7 @@ bool starter::eventFilter( TQObject*, TQEvent *e ) extern "C" { - KDE_EXPORT KPanelApplet* init( TQWidget *parent, const TQString& configFile) + TDE_EXPORT KPanelApplet* init( TQWidget *parent, const TQString& configFile) { TDEGlobal::locale()->insertCatalogue("baghira-starter"); return new starter(configFile, KPanelApplet::Normal, |