diff options
Diffstat (limited to 'kontact/src/kcmkontact.h')
-rw-r--r-- | kontact/src/kcmkontact.h | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/kontact/src/kcmkontact.h b/kontact/src/kcmkontact.h index ed926db4e..1d3f04a6f 100644 --- a/kontact/src/kcmkontact.h +++ b/kontact/src/kcmkontact.h @@ -18,8 +18,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 KCMKONTACT_H @@ -39,9 +39,10 @@ class KListView; class KcmKontact : public KPrefsModule { Q_OBJECT + TQ_OBJECT public: - KcmKontact( TQWidget *parent = 0, const char *name = 0 ); + KcmKontact( TQWidget *tqparent = 0, const char *name = 0 ); virtual const KAboutData* aboutData() const; }; @@ -49,9 +50,10 @@ class KcmKontact : public KPrefsModule class PluginSelection : public KPrefsWid { Q_OBJECT + TQ_OBJECT public: - PluginSelection( KConfigSkeleton::ItemString *item, TQWidget *parent ); + PluginSelection( KConfigSkeleton::ItemString *item, TQWidget *tqparent ); ~PluginSelection(); void readConfig(); |