diff options
Diffstat (limited to 'src/macrowidget.h')
-rw-r--r-- | src/macrowidget.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/macrowidget.h b/src/macrowidget.h index 38d65ec..00fb9ff 100644 --- a/src/macrowidget.h +++ b/src/macrowidget.h @@ -20,7 +20,7 @@ #ifndef MACROWIDGET_H #define MACROWIDGET_H -#include <qwidget.h> +#include <ntqwidget.h> #include <macro.h> #include <fieldlineedit.h> @@ -29,11 +29,11 @@ class KLineEdit; namespace KBibTeX { - class MacroWidget : public QWidget + class MacroWidget : public TQWidget { Q_OBJECT public: - static QDialog::DialogCode execute( BibTeX::Macro *macro, bool isReadOnly, QWidget *parent = 0, const char *name = 0 ); + static TQDialog::DialogCode execute( BibTeX::Macro *macro, bool isReadOnly, TQWidget *parent = 0, const char *name = 0 ); private slots: void apply(); @@ -45,7 +45,7 @@ namespace KBibTeX KLineEdit *m_lineEditMacroId; KBibTeX::FieldLineEdit *m_fieldLineEditMacroValue; - MacroWidget( BibTeX::Macro *bibtexmacro, bool isReadOnly, QWidget *parent = 0, const char *name = 0 ); + MacroWidget( BibTeX::Macro *bibtexmacro, bool isReadOnly, TQWidget *parent = 0, const char *name = 0 ); ~MacroWidget(); void setupGUI(); |