diff options
Diffstat (limited to 'kspy/spy.cpp')
-rw-r--r-- | kspy/spy.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 ); |