summaryrefslogtreecommitdiffstats
path: root/tdeprint/management/kmwclass.h
diff options
context:
space:
mode:
Diffstat (limited to 'tdeprint/management/kmwclass.h')
-rw-r--r--tdeprint/management/kmwclass.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdeprint/management/kmwclass.h b/tdeprint/management/kmwclass.h
index c9b63befb..a74f20117 100644
--- a/tdeprint/management/kmwclass.h
+++ b/tdeprint/management/kmwclass.h
@@ -22,7 +22,7 @@
#include "kmwizardpage.h"
-class KListBox;
+class TDEListBox;
class KMWClass : public KMWizardPage
{
@@ -40,7 +40,7 @@ protected slots:
void slotRemove();
private:
- KListBox *m_list1, *m_list2;
+ TDEListBox *m_list1, *m_list2;
};
#endif