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/settingssearchurl.h | |
parent | 251c9a439759c830d34c70683d0fc9454d703010 (diff) | |
download | kbibtex-5f5e7c5455d52826b0bd50f64fcffb7695ce970d.tar.gz kbibtex-5f5e7c5455d52826b0bd50f64fcffb7695ce970d.zip |
Initial TQt conversion
Diffstat (limited to 'src/settingssearchurl.h')
-rw-r--r-- | src/settingssearchurl.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/settingssearchurl.h b/src/settingssearchurl.h index 7cc4f5a..da13cda 100644 --- a/src/settingssearchurl.h +++ b/src/settingssearchurl.h @@ -20,20 +20,20 @@ #ifndef SETTINGSSEARCHURL_H #define SETTINGSSEARCHURL_H -#include <qwidget.h> +#include <ntqwidget.h> -class QLineEdit; +class TQLineEdit; class KPushButton; class KListView; -class QListViewItem; +class TQListViewItem; namespace KBibTeX { - class SettingsSearchURL : public QWidget + class SettingsSearchURL : public TQWidget { Q_OBJECT public: - SettingsSearchURL( QWidget *parent = 0, const char *name = 0 ); + SettingsSearchURL( TQWidget *parent = 0, const char *name = 0 ); ~SettingsSearchURL(); void applyData(); @@ -60,7 +60,7 @@ namespace KBibTeX void setupGUI(); - void urlDialog( QListViewItem * item = NULL ); + void urlDialog( TQListViewItem * item = NULL ); }; } |