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-07 19:39:36 +0900 |
| commit | da4085d9bfab87075ac5c374cb701f7ebc189adc (patch) | |
| tree | a2ac0d478a77821f41645dedf6129d5c96082c3a /sessionapplet | |
| parent | 7f714dc09be5db1a2d40a5de500f34a6875fd4df (diff) | |
| download | tde-style-baghira-da4085d9.tar.gz tde-style-baghira-da4085d9.zip | |
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit ac4ac666df1050cb671df5975a6582567916013d)
Diffstat (limited to 'sessionapplet')
| -rw-r--r-- | sessionapplet/usermanager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sessionapplet/usermanager.cpp b/sessionapplet/usermanager.cpp index 2d41cc2..b7f7807 100644 --- a/sessionapplet/usermanager.cpp +++ b/sessionapplet/usermanager.cpp @@ -270,7 +270,7 @@ void UserManager::saveSession() extern "C" { - KDE_EXPORT KPanelApplet* init( TQWidget *parent, const TQString& configFile) + TDE_EXPORT KPanelApplet* init( TQWidget *parent, const TQString& configFile) { TDEGlobal::locale()->insertCatalogue("baghira-usermanager"); return new UserManager(configFile, KPanelApplet::Normal, KPanelApplet::About, parent, "usermanager"); |
