diff options
Diffstat (limited to 'src/gui/stringmapdialog.h')
-rw-r--r-- | src/gui/stringmapdialog.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/stringmapdialog.h b/src/gui/stringmapdialog.h index 974bcf4..ac9b10a 100644 --- a/src/gui/stringmapdialog.h +++ b/src/gui/stringmapdialog.h @@ -15,7 +15,7 @@ #define STRINGMAPDIALOG_H class KLineEdit; -class KListView; +class TDEListView; class TQListViewItem; #include <kdialogbase.h> @@ -28,7 +28,7 @@ namespace Tellico { /** * @short A simple dialog for editing a map between two strings. * - * A \ref KListView is used with the map keys in the first column and + * A \ref TDEListView is used with the map keys in the first column and * the map values in the second. Two edit boxes are below the list view. * When an item is selected, the key-value is pair is placed in the edit * boxes. Add and Delete buttons are used to add a new pair, or to remove @@ -63,7 +63,7 @@ private slots: void slotUpdate(TQListViewItem* item); protected: - KListView* m_listView; + TDEListView* m_listView; KLineEdit* m_edit1; KLineEdit* m_edit2; }; |