summaryrefslogtreecommitdiffstats
path: root/src/settingsz3950.h
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-06-29 16:33:55 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-07-04 03:57:45 +0200
commitf2d4b48ad7f6ce4f23c6cbba3e85c67486f922db (patch)
tree0414ba9f0823b98d2a159c11513ddcda84b932cc /src/settingsz3950.h
parent5f5e7c5455d52826b0bd50f64fcffb7695ce970d (diff)
downloadkbibtex-f2d4b48ad7f6ce4f23c6cbba3e85c67486f922db.tar.gz
kbibtex-f2d4b48ad7f6ce4f23c6cbba3e85c67486f922db.zip
Initial TDE conversion
Diffstat (limited to 'src/settingsz3950.h')
-rw-r--r--src/settingsz3950.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/settingsz3950.h b/src/settingsz3950.h
index 084444f..841135a 100644
--- a/src/settingsz3950.h
+++ b/src/settingsz3950.h
@@ -32,17 +32,17 @@
class TQSpinBox;
class KPushButton;
-class KListView;
+class TDEListView;
class KLineEdit;
class KComboBox;
namespace KBibTeX
{
- class ServerListViewItem: public KListViewItem
+ class ServerListViewItem: public TDEListViewItem
{
public:
- ServerListViewItem( KListView *, const TQString &, Settings::Z3950Server& server, bool newItem );
- ServerListViewItem( KListViewItem *, const TQString &, Settings::Z3950Server& server, bool newItem );
+ ServerListViewItem( TDEListView *, const TQString &, Settings::Z3950Server& server, bool newItem );
+ ServerListViewItem( TDEListViewItem *, const TQString &, Settings::Z3950Server& server, bool newItem );
void refresh();
@@ -110,7 +110,7 @@ namespace KBibTeX
void updateGUI();
private:
- KListView *m_listServers;
+ TDEListView *m_listServers;
KPushButton *m_buttonNewServer;
KPushButton *m_buttonEditServer;
KPushButton *m_buttonDeleteServer;