diff options
Diffstat (limited to 'kspy')
-rw-r--r-- | kspy/classinfoview.h | 2 | ||||
-rw-r--r-- | kspy/navview.h | 2 | ||||
-rw-r--r-- | kspy/propsview.h | 2 | ||||
-rw-r--r-- | kspy/receiversview.h | 2 | ||||
-rw-r--r-- | kspy/sigslotview.h | 2 | ||||
-rw-r--r-- | kspy/spy.cpp | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/kspy/classinfoview.h b/kspy/classinfoview.h index 121a276c..71f4d5ba 100644 --- a/kspy/classinfoview.h +++ b/kspy/classinfoview.h @@ -19,7 +19,7 @@ #define CLASSINFOVIEW_H #include <tqwidget.h> -#include <klistview.h> +#include <tdelistview.h> /** *@author Richard Dale diff --git a/kspy/navview.h b/kspy/navview.h index f0ab3ee1..ed87da79 100644 --- a/kspy/navview.h +++ b/kspy/navview.h @@ -19,7 +19,7 @@ #define NAVVIEW_H #include <tqwidget.h> -#include <klistview.h> +#include <tdelistview.h> class NavViewItem; diff --git a/kspy/propsview.h b/kspy/propsview.h index f98f068b..7ce538f3 100644 --- a/kspy/propsview.h +++ b/kspy/propsview.h @@ -19,7 +19,7 @@ #define PROPSVIEW_H #include <tqwidget.h> -#include <klistview.h> +#include <tdelistview.h> /** *@author Richard Moore diff --git a/kspy/receiversview.h b/kspy/receiversview.h index 965ee65a..420e16a4 100644 --- a/kspy/receiversview.h +++ b/kspy/receiversview.h @@ -19,7 +19,7 @@ #define RECEIVERSVIEW_H #include <tqwidget.h> -#include <klistview.h> +#include <tdelistview.h> /** *@author Richard Dale diff --git a/kspy/sigslotview.h b/kspy/sigslotview.h index 7a478cc5..97615cdc 100644 --- a/kspy/sigslotview.h +++ b/kspy/sigslotview.h @@ -19,7 +19,7 @@ #define SIGSLOTVIEW_H #include <tqwidget.h> -#include <klistview.h> +#include <tdelistview.h> /** *@author Richard Moore diff --git a/kspy/spy.cpp b/kspy/spy.cpp index 2067add6..9d61989e 100644 --- a/kspy/spy.cpp +++ b/kspy/spy.cpp @@ -15,7 +15,7 @@ * * ***************************************************************************/ -#include <klistviewsearchline.h> +#include <tdelistviewsearchline.h> #include <klocale.h> #include <tqlabel.h> |