diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 23:22:07 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 23:22:07 -0600 |
commit | e46eba349e7029d919b213b7130086503d1e042e (patch) | |
tree | c99ad6970d22aa80d905a7129d87aa627ae26801 /kspy | |
parent | df726f3e9706e8264827dc1dc8338225c3b6434f (diff) | |
download | tdesdk-e46eba349e7029d919b213b7130086503d1e042e.tar.gz tdesdk-e46eba349e7029d919b213b7130086503d1e042e.zip |
Rename many classes and header files to avoid conflicts with KDE4
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> |