diff options
Diffstat (limited to 'src/documentwidget.h')
-rw-r--r-- | src/documentwidget.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/documentwidget.h b/src/documentwidget.h index 9256b96..9afe0a2 100644 --- a/src/documentwidget.h +++ b/src/documentwidget.h @@ -51,13 +51,13 @@ namespace KBibTeX class DocumentWidget : public TQTabWidget { - Q_OBJECT + TQ_OBJECT public: DocumentWidget( bool isReadOnly, TQWidget *parent = 0, const char *name = 0 ); ~DocumentWidget(); - bool open( const TQString &fileName, bool mergeOnly = FALSE ); - bool open( TQIODevice *iodevice, bool mergeOnly = FALSE, const TQString &label = TQString::null, BibTeX::FileImporter *importer = NULL ); + bool open( const TQString &fileName, bool mergeOnly = false ); + bool open( TQIODevice *iodevice, bool mergeOnly = false, const TQString &label = TQString::null, BibTeX::FileImporter *importer = NULL ); bool save( const TQString &fileName, TQStringList *errorLog = NULL ); bool save( TQIODevice *iodevice, BibTeX::File::FileFormat format = BibTeX::File::formatBibTeX, const TQString &label = TQString::null, TQStringList *errorLog = NULL ); |