summaryrefslogtreecommitdiffstats
path: root/korganizer
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-05 17:48:46 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-06 11:17:04 +0900
commitd6705bac5da767ff271b66c0f01ff6ed6352515e (patch)
treea617f12381b078079df41f885e42af386439cea7 /korganizer
parent8973dc76ab93ba7acb94478a37f480762a82f19d (diff)
downloadtdepim-master.tar.gz
tdepim-master.zip
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORTHEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'korganizer')
-rw-r--r--korganizer/aboutdata.h2
-rw-r--r--korganizer/actionmanager.h2
-rw-r--r--korganizer/calendarview.h2
-rw-r--r--korganizer/interfaces/korganizer/baseview.h2
-rw-r--r--korganizer/kocore.h2
-rw-r--r--korganizer/koeventviewer.h2
-rw-r--r--korganizer/koeventviewerdialog.h2
-rw-r--r--korganizer/koglobals.h2
-rw-r--r--korganizer/kogroupwareprefspage.ui2
-rw-r--r--korganizer/kohelper.h2
-rw-r--r--korganizer/koprefs.h2
-rw-r--r--korganizer/koprefsdialog.cpp2
-rw-r--r--korganizer/koprefsdialog.h12
-rw-r--r--korganizer/korganizerifaceimpl.h2
-rw-r--r--korganizer/printing/calprinter.h2
-rw-r--r--korganizer/printing/calprintpluginbase.h2
-rw-r--r--korganizer/printing/cellitem.h2
-rw-r--r--korganizer/stdcalendar.h2
-rw-r--r--korganizer/urihandler.h2
19 files changed, 24 insertions, 24 deletions
diff --git a/korganizer/aboutdata.h b/korganizer/aboutdata.h
index 9edf278a1..1bbc93ad8 100644
--- a/korganizer/aboutdata.h
+++ b/korganizer/aboutdata.h
@@ -29,7 +29,7 @@
namespace KOrg {
-class KDE_EXPORT AboutData : public TDEAboutData
+class TDE_EXPORT AboutData : public TDEAboutData
{
public:
AboutData();
diff --git a/korganizer/actionmanager.h b/korganizer/actionmanager.h
index d7b8c4173..8df8ef6f5 100644
--- a/korganizer/actionmanager.h
+++ b/korganizer/actionmanager.h
@@ -70,7 +70,7 @@ using namespace KCal;
actions are in one location.
It also provides DCOP interface[s].
*/
-class KDE_EXPORT ActionManager : public TQObject, public KCalendarIface
+class TDE_EXPORT ActionManager : public TQObject, public KCalendarIface
{
TQ_OBJECT
diff --git a/korganizer/calendarview.h b/korganizer/calendarview.h
index 3d1d76238..acf786af6 100644
--- a/korganizer/calendarview.h
+++ b/korganizer/calendarview.h
@@ -78,7 +78,7 @@ class CalendarViewExtension : public TQWidget
@short main calendar view widget
@author Cornelius Schumacher
*/
-class KDE_EXPORT CalendarView : public KOrg::CalendarViewBase, public Calendar::Observer
+class TDE_EXPORT CalendarView : public KOrg::CalendarViewBase, public Calendar::Observer
{
TQ_OBJECT
diff --git a/korganizer/interfaces/korganizer/baseview.h b/korganizer/interfaces/korganizer/baseview.h
index ce3e2145c..065171429 100644
--- a/korganizer/interfaces/korganizer/baseview.h
+++ b/korganizer/interfaces/korganizer/baseview.h
@@ -56,7 +56,7 @@ namespace KOrg {
@author Preston Brown, Cornelius Schumacher
@see KOTodoView, KOEventView, KOListView, KOAgendaView, KOMonthView
*/
-class KDE_EXPORT BaseView : public TQWidget
+class TDE_EXPORT BaseView : public TQWidget
{
TQ_OBJECT
diff --git a/korganizer/kocore.h b/korganizer/kocore.h
index f5dd7c97b..f4125c53b 100644
--- a/korganizer/kocore.h
+++ b/korganizer/kocore.h
@@ -34,7 +34,7 @@
namespace KPIM { class IdentityManager; }
-class KDE_EXPORT KOCore
+class TDE_EXPORT KOCore
{
public:
~KOCore();
diff --git a/korganizer/koeventviewer.h b/korganizer/koeventviewer.h
index 7758cfdc9..739dce7ee 100644
--- a/korganizer/koeventviewer.h
+++ b/korganizer/koeventviewer.h
@@ -37,7 +37,7 @@ using namespace KCal;
/**
Viewer widget for events.
*/
-class KDE_EXPORT KOEventViewer : public TQTextBrowser
+class TDE_EXPORT KOEventViewer : public TQTextBrowser
{
TQ_OBJECT
diff --git a/korganizer/koeventviewerdialog.h b/korganizer/koeventviewerdialog.h
index 48c02c8a3..30eef1883 100644
--- a/korganizer/koeventviewerdialog.h
+++ b/korganizer/koeventviewerdialog.h
@@ -38,7 +38,7 @@ class KOEventViewer;
/**
Viewer dialog for events.
*/
-class KDE_EXPORT KOEventViewerDialog : public KDialogBase
+class TDE_EXPORT KOEventViewerDialog : public KDialogBase
{
TQ_OBJECT
diff --git a/korganizer/koglobals.h b/korganizer/koglobals.h
index b6f48cf78..6ec6cb892 100644
--- a/korganizer/koglobals.h
+++ b/korganizer/koglobals.h
@@ -36,7 +36,7 @@ class TDEConfig;
class TDEInstance;
class KHolidays;
-class KDE_EXPORT KOGlobals
+class TDE_EXPORT KOGlobals
{
public:
static KOGlobals *self();
diff --git a/korganizer/kogroupwareprefspage.ui b/korganizer/kogroupwareprefspage.ui
index 13626feb7..6858b9005 100644
--- a/korganizer/kogroupwareprefspage.ui
+++ b/korganizer/kogroupwareprefspage.ui
@@ -626,6 +626,6 @@ For security reasons, it is not recommended to store your password in the config
<slots>
<slot>slotChanged()</slot>
</slots>
-<exportmacro>KDE_EXPORT</exportmacro>
+<exportmacro>TDE_EXPORT</exportmacro>
<layoutdefaults spacing="6" margin="11"/>
</UI>
diff --git a/korganizer/kohelper.h b/korganizer/kohelper.h
index e73484213..a1ae0151e 100644
--- a/korganizer/kohelper.h
+++ b/korganizer/kohelper.h
@@ -32,7 +32,7 @@ namespace KCal {
class Incidence;
}
-class KDE_EXPORT KOHelper
+class TDE_EXPORT KOHelper
{
public:
/**
diff --git a/korganizer/koprefs.h b/korganizer/koprefs.h
index 3e57a77c3..6d3395d17 100644
--- a/korganizer/koprefs.h
+++ b/korganizer/koprefs.h
@@ -38,7 +38,7 @@ class TQStringList;
TQColor getTextColor(const TQColor &c);
-class KDE_EXPORT KOPrefs : public KOPrefsBase
+class TDE_EXPORT KOPrefs : public KOPrefsBase
{
public:
virtual ~KOPrefs();
diff --git a/korganizer/koprefsdialog.cpp b/korganizer/koprefsdialog.cpp
index 60fd3e45c..137210c8d 100644
--- a/korganizer/koprefsdialog.cpp
+++ b/korganizer/koprefsdialog.cpp
@@ -138,7 +138,7 @@ void KOPrefsDialogMain::toggleEmailSettings( bool on )
extern "C"
{
- KDE_EXPORT TDECModule *create_korganizerconfigmain( TQWidget *parent, const char * )
+ TDE_EXPORT TDECModule *create_korganizerconfigmain( TQWidget *parent, const char * )
{
return new KOPrefsDialogMain( parent, "kcmkorganizermain" );
}
diff --git a/korganizer/koprefsdialog.h b/korganizer/koprefsdialog.h
index e6fec99c3..bd51386da 100644
--- a/korganizer/koprefsdialog.h
+++ b/korganizer/koprefsdialog.h
@@ -38,7 +38,7 @@ class KPushButton;
class TQColor;
class TQListView;
-class KDE_EXPORT KOPrefsDialogMain : public KPrefsModule
+class TDE_EXPORT KOPrefsDialogMain : public KPrefsModule
{
TQ_OBJECT
@@ -51,7 +51,7 @@ class KDE_EXPORT KOPrefsDialogMain : public KPrefsModule
TQWidget *mUserEmailSettings;
};
-class KDE_EXPORT KOPrefsDialogColors : public KPrefsModule
+class TDE_EXPORT KOPrefsDialogColors : public KPrefsModule
{
TQ_OBJECT
@@ -82,7 +82,7 @@ class KDE_EXPORT KOPrefsDialogColors : public KPrefsModule
TQStringList mResourceIdentifier;
};
-class KDE_EXPORT KOPrefsDialogGroupScheduling : public KPrefsModule
+class TDE_EXPORT KOPrefsDialogGroupScheduling : public KPrefsModule
{
TQ_OBJECT
@@ -106,7 +106,7 @@ class KDE_EXPORT KOPrefsDialogGroupScheduling : public KPrefsModule
class KOGroupwarePrefsPage;
-class KDE_EXPORT KOPrefsDialogGroupwareScheduling : public KPrefsModule
+class TDE_EXPORT KOPrefsDialogGroupwareScheduling : public KPrefsModule
{
TQ_OBJECT
@@ -121,7 +121,7 @@ class KDE_EXPORT KOPrefsDialogGroupwareScheduling : public KPrefsModule
KOGroupwarePrefsPage* mGroupwarePage;
};
-class KDE_EXPORT KOPrefsDialogPlugins : public KPrefsModule
+class TDE_EXPORT KOPrefsDialogPlugins : public KPrefsModule
{
TQ_OBJECT
@@ -141,7 +141,7 @@ class KDE_EXPORT KOPrefsDialogPlugins : public KPrefsModule
KPushButton *mConfigureButton;
};
-class KDE_EXPORT KOPrefsDesignerFields : public KPIM::KCMDesignerFields
+class TDE_EXPORT KOPrefsDesignerFields : public KPIM::KCMDesignerFields
{
public:
KOPrefsDesignerFields( TQWidget *parent = 0, const char *name = 0 );
diff --git a/korganizer/korganizerifaceimpl.h b/korganizer/korganizerifaceimpl.h
index c91a715e7..508546e8e 100644
--- a/korganizer/korganizerifaceimpl.h
+++ b/korganizer/korganizerifaceimpl.h
@@ -39,7 +39,7 @@
class ActionManager;
-class KDE_EXPORT KOrganizerIfaceImpl : public TQObject, virtual public KOrganizerIface {
+class TDE_EXPORT KOrganizerIfaceImpl : public TQObject, virtual public KOrganizerIface {
public:
KOrganizerIfaceImpl( ActionManager* mActionManager,
TQObject* parent=0, const char* name=0 );
diff --git a/korganizer/printing/calprinter.h b/korganizer/printing/calprinter.h
index 5d5035f40..c8e462d66 100644
--- a/korganizer/printing/calprinter.h
+++ b/korganizer/printing/calprinter.h
@@ -50,7 +50,7 @@ class TQLabel;
different formats (day, week, month). It also provides a way for setting
up the printer and remembering these preferences.
*/
-class KDE_EXPORT CalPrinter : public TQObject, public KOrg::CalPrinterBase
+class TDE_EXPORT CalPrinter : public TQObject, public KOrg::CalPrinterBase
{
TQ_OBJECT
diff --git a/korganizer/printing/calprintpluginbase.h b/korganizer/printing/calprintpluginbase.h
index 7b9e52e00..cc42b928d 100644
--- a/korganizer/printing/calprintpluginbase.h
+++ b/korganizer/printing/calprintpluginbase.h
@@ -61,7 +61,7 @@ using namespace KCal;
Base class for KOrganizer printing classes. Each sub class represents one
calendar print format.
*/
-class KDE_EXPORT CalPrintPluginBase : public KOrg::PrintPlugin
+class TDE_EXPORT CalPrintPluginBase : public KOrg::PrintPlugin
{
public:
enum DisplayFlags {
diff --git a/korganizer/printing/cellitem.h b/korganizer/printing/cellitem.h
index 4d8206bc5..5b8c977f8 100644
--- a/korganizer/printing/cellitem.h
+++ b/korganizer/printing/cellitem.h
@@ -31,7 +31,7 @@
namespace KOrg {
-class KDE_EXPORT CellItem
+class TDE_EXPORT CellItem
{
public:
CellItem()
diff --git a/korganizer/stdcalendar.h b/korganizer/stdcalendar.h
index 0b91d6112..158cbbe06 100644
--- a/korganizer/stdcalendar.h
+++ b/korganizer/stdcalendar.h
@@ -25,7 +25,7 @@
namespace KOrg {
-class KDE_EXPORT StdCalendar : public KCal::CalendarResources
+class TDE_EXPORT StdCalendar : public KCal::CalendarResources
{
public:
static StdCalendar *self();
diff --git a/korganizer/urihandler.h b/korganizer/urihandler.h
index ccf8338f1..d3364e411 100644
--- a/korganizer/urihandler.h
+++ b/korganizer/urihandler.h
@@ -29,7 +29,7 @@
class TQString;
class TQWidget;
-class KDE_EXPORT UriHandler
+class TDE_EXPORT UriHandler
{
public:
/**