summaryrefslogtreecommitdiffstats
path: root/src/settingsz3950.h
diff options
context:
space:
mode:
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;