From f78eb03afb8c9a380985d26286afc40b4c89b292 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:15:35 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- lib/widgets/processwidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/widgets/processwidget.cpp') diff --git a/lib/widgets/processwidget.cpp b/lib/widgets/processwidget.cpp index 1f2e1a5e..5bb0bc4e 100644 --- a/lib/widgets/processwidget.cpp +++ b/lib/widgets/processwidget.cpp @@ -104,7 +104,7 @@ void ProcessListBoxItem::paint(TQPainter *p) ProcessWidget::ProcessWidget(TQWidget *parent, const char *name) - : KListBox(parent, name) + : TDEListBox(parent, name) { setFocusPolicy(TQ_NoFocus); -- cgit v1.2.1