diff options
Diffstat (limited to 'src/entrywidget.h')
-rw-r--r-- | src/entrywidget.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/entrywidget.h b/src/entrywidget.h index 29da6e7..2366847 100644 --- a/src/entrywidget.h +++ b/src/entrywidget.h @@ -48,7 +48,7 @@ namespace KBibTeX class EntryWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT friend class EntryWidgetDialog; @@ -108,7 +108,7 @@ namespace KBibTeX WebQueryArXiv *m_wqa; TQString m_oldId; - void setupGUI( TQWidget *parent, bool showWarnings = TRUE ); + void setupGUI( TQWidget *parent, bool showWarnings = true ); void addTabWidgets(); void addTabWidget( EntryWidgetTab *widget, const TQString& title ); void setupEntryTypes(); @@ -121,7 +121,7 @@ namespace KBibTeX class EntryWidgetDialog: public KDialogBase { - Q_OBJECT + TQ_OBJECT public: EntryWidgetDialog( TQWidget *parent = 0, const char *name = 0, bool modal = true, const TQString &caption = TQString::null, int buttonMask = Ok | Apply | Cancel ) : KDialogBase( parent, name, modal, caption, buttonMask ) {/* nothing */}; ~EntryWidgetDialog() {/* nothing */}; |