summaryrefslogtreecommitdiffstats
path: root/libtdepim/ktimeedit.h
diff options
context:
space:
mode:
Diffstat (limited to 'libtdepim/ktimeedit.h')
-rw-r--r--libtdepim/ktimeedit.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libtdepim/ktimeedit.h b/libtdepim/ktimeedit.h
index 1bb307f8..7669295b 100644
--- a/libtdepim/ktimeedit.h
+++ b/libtdepim/ktimeedit.h
@@ -32,7 +32,7 @@
#include <tqcombobox.h>
#include <tdeapplication.h>
-#include <tdepimmacros.h>
+#include <kdemacros.h>
/**
This is a class that provides an easy, user friendly way to edit times.
@@ -41,9 +41,9 @@
@short Provides a way to edit times in a user-friendly manner.
@author Preston Brown, Ian Dawes
*/
-class KDE_EXPORT KTimeEdit : public TQComboBox
+class TDE_EXPORT KTimeEdit : public TQComboBox
{
- Q_OBJECT
+ TQ_OBJECT
public:
/** constructs a new time edit. */