diff options
author | Slávek Banko <[email protected]> | 2020-07-19 16:01:28 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-07-19 16:01:28 +0200 |
commit | 90cc6ddb9083689cb8395f7188c07c9142179d1a (patch) | |
tree | 8cfdcc2c49356c1c7df7b97d4513484930837d63 /starter/starter.cpp | |
parent | d0c03cc9a910ea44cea57b1af43bbd90eb86d4bc (diff) | |
download | tde-style-baghira-90cc6ddb9083689cb8395f7188c07c9142179d1a.tar.gz tde-style-baghira-90cc6ddb9083689cb8395f7188c07c9142179d1a.zip |
Add KDE_EXPORT to the public symbols.
Rename the search symbol allocate_kstyle_config to
allocate_tdestyle_config. This is related to KDE => TDE conversion.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'starter/starter.cpp')
-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 df333e2..6069045 100644 --- a/starter/starter.cpp +++ b/starter/starter.cpp @@ -473,7 +473,7 @@ bool starter::eventFilter( TQObject*, TQEvent *e ) extern "C" { - KPanelApplet* init( TQWidget *parent, const TQString& configFile) + KDE_EXPORT KPanelApplet* init( TQWidget *parent, const TQString& configFile) { TDEGlobal::locale()->insertCatalogue("starter"); return new starter(configFile, KPanelApplet::Normal, |