summaryrefslogtreecommitdiffstats
path: root/libtdepim/sidebarextension.h
diff options
context:
space:
mode:
Diffstat (limited to 'libtdepim/sidebarextension.h')
-rw-r--r--libtdepim/sidebarextension.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/libtdepim/sidebarextension.h b/libtdepim/sidebarextension.h
index a8cf13df..3a6bb014 100644
--- a/libtdepim/sidebarextension.h
+++ b/libtdepim/sidebarextension.h
@@ -22,7 +22,7 @@
#define SIDEBAREXTENSION_H
#include <tqobject.h>
-#include <tdepimmacros.h>
+#include <tdemacros.h>
class TQWidget;
@@ -35,9 +35,9 @@ namespace KParts
* Provides a way to export a widget which will be displayed in Kontacts
* stackview at the left
**/
- class KDE_EXPORT SideBarExtension : public TQObject
+ class TDE_EXPORT SideBarExtension : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -65,5 +65,3 @@ namespace KParts
};
}
#endif // SIDEBAREXTENSION_H
-
-// vim: ts=2 sw=2 et