summaryrefslogtreecommitdiffstats
path: root/src/fieldlineedit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fieldlineedit.h')
-rw-r--r--src/fieldlineedit.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fieldlineedit.h b/src/fieldlineedit.h
index f8cd7ff..60f4185 100644
--- a/src/fieldlineedit.h
+++ b/src/fieldlineedit.h
@@ -34,12 +34,12 @@ namespace KBibTeX
{
class FieldLineEdit : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
enum InputType {itSingleLine, itMultiLine};
enum ErrorType {etNoError, etInvalidStringKey};
- FieldLineEdit( const TQString& caption, InputType inputType = itSingleLine, bool readOnly = FALSE, TQWidget *parent = 0, const char *name = 0 );
+ FieldLineEdit( const TQString& caption, InputType inputType = itSingleLine, bool readOnly = false, TQWidget *parent = 0, const char *name = 0 );
~FieldLineEdit();
/**