diff options
author | Slávek Banko <[email protected]> | 2013-06-29 12:56:53 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2013-07-04 03:11:35 +0200 |
commit | 5f5e7c5455d52826b0bd50f64fcffb7695ce970d (patch) | |
tree | c8ee8792d3fb139365abbf70c2255f1e69d2aa34 /src/webquerymathscinet.h | |
parent | 251c9a439759c830d34c70683d0fc9454d703010 (diff) | |
download | kbibtex-5f5e7c5455d52826b0bd50f64fcffb7695ce970d.tar.gz kbibtex-5f5e7c5455d52826b0bd50f64fcffb7695ce970d.zip |
Initial TQt conversion
Diffstat (limited to 'src/webquerymathscinet.h')
-rw-r--r-- | src/webquerymathscinet.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/webquerymathscinet.h b/src/webquerymathscinet.h index 9b92f7c..ead0cf4 100644 --- a/src/webquerymathscinet.h +++ b/src/webquerymathscinet.h @@ -31,7 +31,7 @@ namespace KBibTeX { Q_OBJECT public: - WebQueryMathSciNetWidget( QWidget *parent, const char *name = 0 ); + WebQueryMathSciNetWidget( TQWidget *parent, const char *name = 0 ); protected: virtual void init(); @@ -44,14 +44,14 @@ namespace KBibTeX { Q_OBJECT public: - WebQueryMathSciNet( QWidget* parent ); + WebQueryMathSciNet( TQWidget* parent ); virtual ~WebQueryMathSciNet(); void query(); - QString title(); - QString disclaimer(); - QString disclaimerURL(); + TQString title(); + TQString disclaimer(); + TQString disclaimerURL(); WebQueryWidget *widget(); |