summaryrefslogtreecommitdiffstats
path: root/tdeprint/management/kmwdriverselect.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdeprint/management/kmwdriverselect.cpp')
-rw-r--r--tdeprint/management/kmwdriverselect.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/tdeprint/management/kmwdriverselect.cpp b/tdeprint/management/kmwdriverselect.cpp
index 88b9410d5..cc52f1015 100644
--- a/tdeprint/management/kmwdriverselect.cpp
+++ b/tdeprint/management/kmwdriverselect.cpp
@@ -26,9 +26,9 @@
#include <tqlabel.h>
#include <tqlayout.h>
#include <kpushbutton.h>
-#include <klistbox.h>
-#include <klocale.h>
-#include <kmessagebox.h>
+#include <tdelistbox.h>
+#include <tdelocale.h>
+#include <tdemessagebox.h>
KMWDriverSelect::KMWDriverSelect(TQWidget *parent, const char *name)
: KMWizardPage(parent,name)
@@ -38,7 +38,7 @@ KMWDriverSelect::KMWDriverSelect(TQWidget *parent, const char *name)
m_nextpage = KMWizard::DriverTest;
m_entries = NULL;
- m_list = new KListBox(this);
+ m_list = new TDEListBox(this);
TQLabel *l1 = new TQLabel(this);
l1->setText(i18n("<p>Several drivers have been detected for this model. Select the driver "
"you want to use. You will have the opportunity to test it as well as to "