From fd5d099065a748cac49e20a13481f85666c53c71 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:14:12 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- tderesources/slox/sloxfolderdialog.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tderesources/slox/sloxfolderdialog.h') diff --git a/tderesources/slox/sloxfolderdialog.h b/tderesources/slox/sloxfolderdialog.h index 69b8126bd..1a0749eaa 100644 --- a/tderesources/slox/sloxfolderdialog.h +++ b/tderesources/slox/sloxfolderdialog.h @@ -24,7 +24,7 @@ #include "sloxfolder.h" -class KListView; +class TDEListView; class SloxFolder; class SloxFolderManager; @@ -47,7 +47,7 @@ class SloxFolderDialog : public KDialogBase void createFolderViewItem( SloxFolder *folder ); private: - KListView *mListView; + TDEListView *mListView; SloxFolderManager *mManager; TQString mFolderId; FolderType mFolderType; -- cgit v1.2.1