summaryrefslogtreecommitdiffstats
path: root/src/entrywidgetmisc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/entrywidgetmisc.h')
-rw-r--r--src/entrywidgetmisc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/entrywidgetmisc.h b/src/entrywidgetmisc.h
index 5cb99b2..5cef564 100644
--- a/src/entrywidgetmisc.h
+++ b/src/entrywidgetmisc.h
@@ -30,7 +30,7 @@ namespace KBibTeX
{
Q_OBJECT
public:
- EntryWidgetMisc( BibTeX::File *bibtexfile, bool isReadOnly, QWidget *parent = 0, const char *name = 0 );
+ EntryWidgetMisc( BibTeX::File *bibtexfile, bool isReadOnly, TQWidget *parent = 0, const char *name = 0 );
~EntryWidgetMisc();
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:
FieldLineEdit *m_fieldLineEditType;