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/entrywidgettitle.h | |
| parent | 251c9a439759c830d34c70683d0fc9454d703010 (diff) | |
| download | kbibtex-5f5e7c5455d52826b0bd50f64fcffb7695ce970d.tar.gz kbibtex-5f5e7c5455d52826b0bd50f64fcffb7695ce970d.zip | |
Initial TQt conversion
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; | 
