diff options
Diffstat (limited to 'tderesources/selectdialog.h')
-rw-r--r-- | tderesources/selectdialog.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tderesources/selectdialog.h b/tderesources/selectdialog.h index 878c32431..e982b7282 100644 --- a/tderesources/selectdialog.h +++ b/tderesources/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 : KDialog +class TDERESOURCES_EXPORT SelectDialog : KDialog { public: /** |