summaryrefslogtreecommitdiffstats
path: root/kate/interfaces/application.h
diff options
context:
space:
mode:
Diffstat (limited to 'kate/interfaces/application.h')
-rw-r--r--kate/interfaces/application.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kate/interfaces/application.h b/kate/interfaces/application.h
index 52eb129d5..42ddf9cb3 100644
--- a/kate/interfaces/application.h
+++ b/kate/interfaces/application.h
@@ -35,11 +35,11 @@ class MainWindow;
* other objects like document/projectmanager, ... no way goes around this
* central interface
*/
-class KDE_EXPORT Application : public TQObject
+class TDE_EXPORT Application : public TQObject
{
friend class PrivateApplication;
- Q_OBJECT
+ TQ_OBJECT
public:
/**
@@ -72,7 +72,7 @@ class KDE_EXPORT Application : public TQObject
* Returns the application object
* @return Application application object
*/
-KDE_EXPORT Application *application ();
+TDE_EXPORT Application *application ();
}