summaryrefslogtreecommitdiffstats
path: root/src/entrywidgetuserdefined.h
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-06-29 12:56:53 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-07-04 03:11:35 +0200
commit5f5e7c5455d52826b0bd50f64fcffb7695ce970d (patch)
treec8ee8792d3fb139365abbf70c2255f1e69d2aa34 /src/entrywidgetuserdefined.h
parent251c9a439759c830d34c70683d0fc9454d703010 (diff)
downloadkbibtex-5f5e7c5455d52826b0bd50f64fcffb7695ce970d.tar.gz
kbibtex-5f5e7c5455d52826b0bd50f64fcffb7695ce970d.zip
Initial TQt conversion
Diffstat (limited to 'src/entrywidgetuserdefined.h')
-rw-r--r--src/entrywidgetuserdefined.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/entrywidgetuserdefined.h b/src/entrywidgetuserdefined.h
index bc5e238..e7855d6 100644
--- a/src/entrywidgetuserdefined.h
+++ b/src/entrywidgetuserdefined.h
@@ -32,7 +32,7 @@ namespace KBibTeX
{
Q_OBJECT
public:
- EntryWidgetUserDefined( BibTeX::File *bibtexfile, bool isReadOnly, QWidget *parent = 0, const char *name = 0 );
+ EntryWidgetUserDefined( BibTeX::File *bibtexfile, bool isReadOnly, TQWidget *parent = 0, const char *name = 0 );
~EntryWidgetUserDefined();
bool isModified();
@@ -41,10 +41,10 @@ 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:
- QValueList<FieldLineEdit*> m_widgets;
+ TQValueList<FieldLineEdit*> m_widgets;
void setupGUI();
};