diff options
author | Timothy Pearson <[email protected]> | 2013-01-29 23:28:49 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-29 23:28:49 -0600 |
commit | 81bea8c166dd096c45b9c25aeb4fd7f68b56fd03 (patch) | |
tree | aee41c1b6b67c6311622d30c9d7266470c48e306 /extra/kde350/selectdialog.h | |
parent | 55efb423eff98eb5f5e385a39a77bca56e81b3c5 (diff) | |
download | pytde-81bea8c166dd096c45b9c25aeb4fd7f68b56fd03.tar.gz pytde-81bea8c166dd096c45b9c25aeb4fd7f68b56fd03.zip |
Rename a few build variables for overall consistency
Diffstat (limited to 'extra/kde350/selectdialog.h')
-rw-r--r-- | extra/kde350/selectdialog.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/kde350/selectdialog.h b/extra/kde350/selectdialog.h index 1a6560d..5900586 100644 --- a/extra/kde350/selectdialog.h +++ b/extra/kde350/selectdialog.h @@ -21,8 +21,8 @@ Boston, MA 02110-1301, USA. */ -#ifndef KRESOURCES_SELECTDIALOG_H -#define KRESOURCES_SELECTDIALOG_H +#ifndef TDERESOURCES_SELECTDIALOG_H +#define TDERESOURCES_SELECTDIALOG_H #include <tqobject.h> #include <tqptrlist.h> @@ -53,7 +53,7 @@ class Resource; * } * \endcode */ -class KRESOURCES_EXPORT SelectDialog +class TDERESOURCES_EXPORT SelectDialog { public: /** |