summaryrefslogtreecommitdiffstats
path: root/src/entrywidgetexternal.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/entrywidgetexternal.h
parent251c9a439759c830d34c70683d0fc9454d703010 (diff)
downloadkbibtex-5f5e7c5455d52826b0bd50f64fcffb7695ce970d.tar.gz
kbibtex-5f5e7c5455d52826b0bd50f64fcffb7695ce970d.zip
Initial TQt conversion
Diffstat (limited to 'src/entrywidgetexternal.h')
-rw-r--r--src/entrywidgetexternal.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/entrywidgetexternal.h b/src/entrywidgetexternal.h
index 16cb608..525b9b7 100644
--- a/src/entrywidgetexternal.h
+++ b/src/entrywidgetexternal.h
@@ -37,7 +37,7 @@ namespace KBibTeX
{
Q_OBJECT
public:
- EntryWidgetExternal( BibTeX::File *bibtexfile, bool isReadOnly, QWidget *parent = 0, const char *name = 0 );
+ EntryWidgetExternal( BibTeX::File *bibtexfile, bool isReadOnly, TQWidget *parent = 0, const char *name = 0 );
~EntryWidgetExternal();
bool isModified();
@@ -46,11 +46,11 @@ 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 slots:
void openURL();
- void openURL( const QString & );
+ void openURL( const TQString & );
void openDoi();
void openLocalFile();
void browseLocalFile( int id );
@@ -65,7 +65,7 @@ namespace KBibTeX
KPushButton *m_pushButtonOpenLocalFile;
KPushButton *m_pushButtonBrowseLocalFile;
- static QString m_previousDirectory;
+ static TQString m_previousDirectory;
static const int m_menuIdCurrentDirectory, m_menuIdPreviousDirectory;
void setupGUI();