summaryrefslogtreecommitdiffstats
path: root/knode/knconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'knode/knconfig.h')
-rw-r--r--knode/knconfig.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/knode/knconfig.h b/knode/knconfig.h
index c8605049..d340112e 100644
--- a/knode/knconfig.h
+++ b/knode/knconfig.h
@@ -63,9 +63,9 @@ class Base {
};
-class KDE_EXPORT Identity : public TQObject, public Base {
+class TDE_EXPORT Identity : public TQObject, public Base {
-Q_OBJECT
+TQ_OBJECT
friend class IdentityWidget;
@@ -134,7 +134,7 @@ Q_OBJECT
};
-class KDE_EXPORT Appearance : public Base {
+class TDE_EXPORT Appearance : public Base {
#define COL_CNT 16
#define FNT_CNT 5
@@ -208,7 +208,7 @@ class KDE_EXPORT Appearance : public Base {
};
-class KDE_EXPORT ReadNewsGeneral : public Base {
+class TDE_EXPORT ReadNewsGeneral : public Base {
friend class ReadNewsGeneralWidget;
@@ -266,7 +266,7 @@ class KDE_EXPORT ReadNewsGeneral : public Base {
};
-class KDE_EXPORT ReadNewsNavigation : public Base {
+class TDE_EXPORT ReadNewsNavigation : public Base {
friend class ReadNewsNavigationWidget;
@@ -294,7 +294,7 @@ class KDE_EXPORT ReadNewsNavigation : public Base {
};
-class KDE_EXPORT ReadNewsViewer : public Base {
+class TDE_EXPORT ReadNewsViewer : public Base {
friend class ReadNewsViewerWidget;
@@ -337,7 +337,7 @@ class KDE_EXPORT ReadNewsViewer : public Base {
};
-class KDE_EXPORT DisplayedHeaders : public Base
+class TDE_EXPORT DisplayedHeaders : public Base
{
public:
DisplayedHeaders();
@@ -359,7 +359,7 @@ class KDE_EXPORT DisplayedHeaders : public Base
};
-class KDE_EXPORT Scoring : public Base {
+class TDE_EXPORT Scoring : public Base {
friend class ScoringWidget;
@@ -379,7 +379,7 @@ class KDE_EXPORT Scoring : public Base {
};
-class KDE_EXPORT XHeader {
+class TDE_EXPORT XHeader {
public:
XHeader() {}
@@ -401,7 +401,7 @@ class KDE_EXPORT XHeader {
typedef TQValueList<XHeader> XHeaders;
-class KDE_EXPORT PostNewsTechnical : public Base {
+class TDE_EXPORT PostNewsTechnical : public Base {
friend class PostNewsTechnicalWidget;
friend class SmtpAccountWidget;
@@ -481,7 +481,7 @@ class PostNewsComposer : public Base {
//BEGIN: Cleanup configuration -----------------------------------------------
-class KDE_EXPORT Cleanup : public Base {
+class TDE_EXPORT Cleanup : public Base {
friend class CleanupWidget;
friend class GroupCleanupWidget;