diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-29 23:31:45 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-29 23:31:45 -0600 |
commit | bcd8b9bb109e7bbaab3ee46a96fb83d400ae0ea6 (patch) | |
tree | 0296a0267e6e7d3308fb510ffbd307f0135d1287 /tderesources/configdialog.h | |
parent | ca26eb5709d1fd76f263b2c82adfc8bcaafd9086 (diff) | |
download | tdelibs-bcd8b9bb109e7bbaab3ee46a96fb83d400ae0ea6.tar.gz tdelibs-bcd8b9bb109e7bbaab3ee46a96fb83d400ae0ea6.zip |
Rename a few build variables for overall consistency
Diffstat (limited to 'tderesources/configdialog.h')
-rw-r--r-- | tderesources/configdialog.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tderesources/configdialog.h b/tderesources/configdialog.h index c29d89273..94f5ab107 100644 --- a/tderesources/configdialog.h +++ b/tderesources/configdialog.h @@ -19,8 +19,8 @@ Boston, MA 02110-1301, USA. */ -#ifndef KRESOURCES_CONFIGDIALOG_H -#define KRESOURCES_CONFIGDIALOG_H +#ifndef TDERESOURCES_CONFIGDIALOG_H +#define TDERESOURCES_CONFIGDIALOG_H #include <kdialogbase.h> @@ -32,7 +32,7 @@ namespace KRES { class Resource; class ConfigWidget; -class KRESOURCES_EXPORT ConfigDialog : public KDialogBase +class TDERESOURCES_EXPORT ConfigDialog : public KDialogBase { Q_OBJECT public: |