diff options
Diffstat (limited to 'libtdepim/clicklineedit.h')
-rw-r--r-- | libtdepim/clicklineedit.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libtdepim/clicklineedit.h b/libtdepim/clicklineedit.h index 1d6ad5c2..25ad3e3a 100644 --- a/libtdepim/clicklineedit.h +++ b/libtdepim/clicklineedit.h @@ -22,7 +22,7 @@ #define CLICKLINEEDIT_H #include <klineedit.h> -#include <kdemacros.h> +#include <tdemacros.h> namespace KPIM { @@ -33,7 +33,7 @@ namespace KPIM { @short LineEdit with customizable "Click here" text @author Daniel Molkentin */ -class KDE_EXPORT ClickLineEdit : public KLineEdit +class TDE_EXPORT ClickLineEdit : public KLineEdit { TQ_OBJECT |