diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-06-29 12:56:53 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-07-04 03:11:35 +0200 |
commit | 5f5e7c5455d52826b0bd50f64fcffb7695ce970d (patch) | |
tree | c8ee8792d3fb139365abbf70c2255f1e69d2aa34 /src/entrywidgetauthor.h | |
parent | 251c9a439759c830d34c70683d0fc9454d703010 (diff) | |
download | kbibtex-5f5e7c5455d52826b0bd50f64fcffb7695ce970d.tar.gz kbibtex-5f5e7c5455d52826b0bd50f64fcffb7695ce970d.zip |
Initial TQt conversion
Diffstat (limited to 'src/entrywidgetauthor.h')
-rw-r--r-- | src/entrywidgetauthor.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/entrywidgetauthor.h b/src/entrywidgetauthor.h index 1986614..60f89f8 100644 --- a/src/entrywidgetauthor.h +++ b/src/entrywidgetauthor.h @@ -22,8 +22,8 @@ #include <entrywidgettab.h> -class QWidget; -class QScrollView; +class TQWidget; +class TQScrollView; namespace KBibTeX { @@ -36,7 +36,7 @@ namespace KBibTeX { Q_OBJECT public: - EntryWidgetAuthor( BibTeX::File *bibtexfile, bool isReadOnly, QWidget *parent = 0, const char *name = 0 ); + EntryWidgetAuthor( BibTeX::File *bibtexfile, bool isReadOnly, TQWidget *parent = 0, const char *name = 0 ); ~EntryWidgetAuthor(); bool isModified(); @@ -45,7 +45,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: FieldListView *m_fieldListViewAuthor; |