summaryrefslogtreecommitdiffstats
path: root/kicker/kicker/ui/clicklineedit.h
diff options
context:
space:
mode:
Diffstat (limited to 'kicker/kicker/ui/clicklineedit.h')
-rw-r--r--kicker/kicker/ui/clicklineedit.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kicker/kicker/ui/clicklineedit.h b/kicker/kicker/ui/clicklineedit.h
index 85efcada8..d6dbcc4f1 100644
--- a/kicker/kicker/ui/clicklineedit.h
+++ b/kicker/kicker/ui/clicklineedit.h
@@ -33,9 +33,9 @@ namespace KPIM {
@short LineEdit with customizable "Click here" text
@author Daniel Molkentin
*/
-class KDE_EXPORT ClickLineEdit : public KLineEdit
+class TDE_EXPORT ClickLineEdit : public KLineEdit
{
- Q_OBJECT
+ TQ_OBJECT
public:
ClickLineEdit( TQWidget *parent, const TQString &msg = TQString::null, const char* name = 0 );
~ClickLineEdit();