diff options
Diffstat (limited to 'kmail/folderdiaquotatab_p.h')
-rw-r--r-- | kmail/folderdiaquotatab_p.h | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/kmail/folderdiaquotatab_p.h b/kmail/folderdiaquotatab_p.h index 68b5c19fe..776ae1d76 100644 --- a/kmail/folderdiaquotatab_p.h +++ b/kmail/folderdiaquotatab_p.h @@ -19,19 +19,19 @@ * * In addition, as a special exception, the copyright holders give * permission to link the code of this program with any edition of - * the Qt library by Trolltech AS, Norway (or with modified versions - * of Qt that use the same license as Qt), and distribute linked + * the TQt library by Trolltech AS, Norway (or with modified versions + * of TQt that use the same license as TQt), and distribute linked * combinations including the two. You must obey the GNU General * Public License in all respects for all of the code used other than - * Qt. If you modify this file, you may extend this exception to + * TQt. If you modify this file, you may extend this exception to * your version of the file, but you are not obligated to do so. If * you do not wish to do so, delete this exception statement from * your version. */ -#ifndef FOLDERDIAQUOTA_P_H -#define FOLDERDIAQUOTA_P_H +#ifndef FOLDERDIATQUOTA_P_H +#define FOLDERDIATQUOTA_P_H #include <tqlabel.h> @@ -45,8 +45,9 @@ namespace KMail { class QuotaWidget : public TQWidget { Q_OBJECT + TQ_OBJECT public: - QuotaWidget( TQWidget* parent, const char* name = 0 ); + QuotaWidget( TQWidget* tqparent, const char* name = 0 ); virtual ~QuotaWidget() { } void setQuotaInfo( const KMail::QuotaInfo& info ); @@ -60,4 +61,4 @@ private: }//end of namespace KMail -#endif /* FOLDERDIAQUOTA_H */ +#endif /* FOLDERDIATQUOTA_H */ |