diff options
Diffstat (limited to 'kontact/plugins/korganizer/kcmkorgsummary.h')
-rw-r--r-- | kontact/plugins/korganizer/kcmkorgsummary.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/kontact/plugins/korganizer/kcmkorgsummary.h b/kontact/plugins/korganizer/kcmkorgsummary.h index 60a876d1d..6d19f30f3 100644 --- a/kontact/plugins/korganizer/kcmkorgsummary.h +++ b/kontact/plugins/korganizer/kcmkorgsummary.h @@ -17,8 +17,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. As a special exception, permission is given to link this program - with any edition of Qt, and distribute the resulting executable, - without including the source code for Qt in the source distribution. + with any edition of TQt, and distribute the resulting executable, + without including the source code for TQt in the source distribution. */ #ifndef KCMKORGSUMMARY_H @@ -26,15 +26,16 @@ #include <kcmodule.h> -class QSpinxBox; +class TQSpinxBox; class TQButtonGroup; class KCMKOrgSummary : public KCModule { Q_OBJECT + TQ_OBJECT public: - KCMKOrgSummary( TQWidget *parent = 0, const char *name = 0 ); + KCMKOrgSummary( TQWidget *tqparent = 0, const char *name = 0 ); virtual void load(); virtual void save(); |