diff options
Diffstat (limited to 'src/entrywidgettitle.h')
-rw-r--r-- | src/entrywidgettitle.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/entrywidgettitle.h b/src/entrywidgettitle.h index c43bb57..a26e2b1 100644 --- a/src/entrywidgettitle.h +++ b/src/entrywidgettitle.h @@ -30,7 +30,7 @@ namespace KBibTeX { Q_OBJECT public: - EntryWidgetTitle( BibTeX::File *bibtexfile, bool isReadOnly, QWidget *parent = 0, const char *name = 0 ); + EntryWidgetTitle( BibTeX::File *bibtexfile, bool isReadOnly, TQWidget *parent = 0, const char *name = 0 ); ~EntryWidgetTitle(); bool isModified(); @@ -39,7 +39,7 @@ namespace KBibTeX void updateGUI( BibTeX::Entry::EntryType entryType, bool enableAll ); void apply( BibTeX::Entry *entry ); void reset( BibTeX::Entry *entry ); - void updateWarnings( BibTeX::Entry::EntryType entryType, QListView *listViewWarnings ); + void updateWarnings( BibTeX::Entry::EntryType entryType, TQListView *listViewWarnings ); private: friend class EntryWidget; |