summaryrefslogtreecommitdiffstats
path: root/tdeprint/management/kmconfigfilter.h
diff options
context:
space:
mode:
Diffstat (limited to 'tdeprint/management/kmconfigfilter.h')
-rw-r--r--tdeprint/management/kmconfigfilter.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tdeprint/management/kmconfigfilter.h b/tdeprint/management/kmconfigfilter.h
index 298c83de2..8338ebd6f 100644
--- a/tdeprint/management/kmconfigfilter.h
+++ b/tdeprint/management/kmconfigfilter.h
@@ -22,7 +22,7 @@
#include "kmconfigpage.h"
-class KListBox;
+class TDEListBox;
class TQToolButton;
class TQLineEdit;
@@ -41,10 +41,10 @@ protected slots:
void slotRemoveClicked();
protected:
- void transfer(KListBox *from, KListBox *to);
+ void transfer(TDEListBox *from, TDEListBox *to);
private:
- KListBox *m_list1, *m_list2;
+ TDEListBox *m_list1, *m_list2;
TQToolButton *m_add, *m_remove;
TQLineEdit *m_locationre;
};