From 7716a5e605907a009e19f429cec4e6b5f346bd71 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:14:36 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- kspy/spy.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kspy/spy.cpp') diff --git a/kspy/spy.cpp b/kspy/spy.cpp index 4c1f73ce..2067add6 100644 --- a/kspy/spy.cpp +++ b/kspy/spy.cpp @@ -54,7 +54,7 @@ Spy::Spy( TQWidget *parent, const char *name ) TQVBox *leftPane = new TQVBox( div ); - KListViewSearchLine *searchLine = new KListViewSearchLine( leftPane, "search line" ); + TDEListViewSearchLine *searchLine = new TDEListViewSearchLine( leftPane, "search line" ); mNavView = new NavView( leftPane, "navigation view" ); searchLine->setListView( mNavView ); -- cgit v1.2.3