summaryrefslogtreecommitdiffstats
path: root/tdeprint/management/kmconfigfilter.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:13:01 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:13:01 -0600
commitdeac2ca49faed824fe83066080714eb6d653615b (patch)
tree8b5bf97c5acaaf5285985b87fa76dbea0f35e4fa /tdeprint/management/kmconfigfilter.h
parent0c9d97065a3d6ceb12d687555a1a33d90db96238 (diff)
downloadtdelibs-deac2ca49faed824fe83066080714eb6d653615b.tar.gz
tdelibs-deac2ca49faed824fe83066080714eb6d653615b.zip
Rename a number of classes to enhance compatibility with KDE4
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;
};