summaryrefslogtreecommitdiffstats
path: root/kommander/widgets
diff options
context:
space:
mode:
Diffstat (limited to 'kommander/widgets')
-rw-r--r--kommander/widgets/aboutdialog.h2
-rw-r--r--kommander/widgets/fontdialog.h2
-rw-r--r--kommander/widgets/popupmenu.h2
-rw-r--r--kommander/widgets/toolbox.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/kommander/widgets/aboutdialog.h b/kommander/widgets/aboutdialog.h
index e15743c6..fdb1b2aa 100644
--- a/kommander/widgets/aboutdialog.h
+++ b/kommander/widgets/aboutdialog.h
@@ -21,7 +21,7 @@ class TDEAboutData;
/**
@author Andras Mantia <amantia@kdewebdev.org>
*/
-class KDE_EXPORT AboutDialog : public TQLabel, public KommanderWidget
+class TDE_EXPORT AboutDialog : public TQLabel, public KommanderWidget
{
TQ_OBJECT
diff --git a/kommander/widgets/fontdialog.h b/kommander/widgets/fontdialog.h
index dc9d7f7d..039bab06 100644
--- a/kommander/widgets/fontdialog.h
+++ b/kommander/widgets/fontdialog.h
@@ -20,7 +20,7 @@
/**
@author Andras Mantia <amantia@kdewebdev.org>
*/
-class KDE_EXPORT FontDialog : public TQLabel, public KommanderWidget
+class TDE_EXPORT FontDialog : public TQLabel, public KommanderWidget
{
TQ_OBJECT
diff --git a/kommander/widgets/popupmenu.h b/kommander/widgets/popupmenu.h
index 4f1b08d4..60a095e3 100644
--- a/kommander/widgets/popupmenu.h
+++ b/kommander/widgets/popupmenu.h
@@ -22,7 +22,7 @@ class TDEPopupMenu;
/**
@author Andras Mantia <amantia@kdewebdev.org>
*/
-class KDE_EXPORT PopupMenu : public TQLabel, public KommanderWidget
+class TDE_EXPORT PopupMenu : public TQLabel, public KommanderWidget
{
TQ_OBJECT
diff --git a/kommander/widgets/toolbox.h b/kommander/widgets/toolbox.h
index a80b8d9f..4d596bb2 100644
--- a/kommander/widgets/toolbox.h
+++ b/kommander/widgets/toolbox.h
@@ -19,7 +19,7 @@
@author Andras Mantia <amantia@kdewebdev.org>
*/
-class KDE_EXPORT ToolBox : public TQToolBox, public KommanderWidget
+class TDE_EXPORT ToolBox : public TQToolBox, public KommanderWidget
{
TQ_OBJECT