summaryrefslogtreecommitdiffstats
path: root/korganizer/koprefsdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'korganizer/koprefsdialog.h')
-rw-r--r--korganizer/koprefsdialog.h21
1 files changed, 13 insertions, 8 deletions
diff --git a/korganizer/koprefsdialog.h b/korganizer/koprefsdialog.h
index 8be91a82..c50b5f37 100644
--- a/korganizer/koprefsdialog.h
+++ b/korganizer/koprefsdialog.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 KOPREFSDIALOG_H
#define KOPREFSDIALOG_H
@@ -41,8 +41,9 @@ class TQListView;
class KDE_EXPORT KOPrefsDialogMain : public KPrefsModule
{
Q_OBJECT
+ TQ_OBJECT
public:
- KOPrefsDialogMain( TQWidget *parent, const char *name );
+ KOPrefsDialogMain( TQWidget *tqparent, const char *name );
protected slots:
void toggleEmailSettings( bool on );
@@ -53,8 +54,9 @@ class KDE_EXPORT KOPrefsDialogMain : public KPrefsModule
class KDE_EXPORT KOPrefsDialogColors : public KPrefsModule
{
Q_OBJECT
+ TQ_OBJECT
public:
- KOPrefsDialogColors( TQWidget *parent, const char *name );
+ KOPrefsDialogColors( TQWidget *tqparent, const char *name );
protected:
void usrWriteConfig();
@@ -83,8 +85,9 @@ class KDE_EXPORT KOPrefsDialogColors : public KPrefsModule
class KDE_EXPORT KOPrefsDialogGroupScheduling : public KPrefsModule
{
Q_OBJECT
+ TQ_OBJECT
public:
- KOPrefsDialogGroupScheduling( TQWidget *parent, const char *name );
+ KOPrefsDialogGroupScheduling( TQWidget *tqparent, const char *name );
protected:
void usrReadConfig();
@@ -106,8 +109,9 @@ class KOGroupwarePrefsPage;
class KDE_EXPORT KOPrefsDialogGroupwareScheduling : public KPrefsModule
{
Q_OBJECT
+ TQ_OBJECT
public:
- KOPrefsDialogGroupwareScheduling( TQWidget *parent, const char *name );
+ KOPrefsDialogGroupwareScheduling( TQWidget *tqparent, const char *name );
protected:
void usrReadConfig();
@@ -120,8 +124,9 @@ class KDE_EXPORT KOPrefsDialogGroupwareScheduling : public KPrefsModule
class KDE_EXPORT KOPrefsDialogPlugins : public KPrefsModule
{
Q_OBJECT
+ TQ_OBJECT
public:
- KOPrefsDialogPlugins( TQWidget *parent, const char *name );
+ KOPrefsDialogPlugins( TQWidget *tqparent, const char *name );
protected slots:
void usrReadConfig();
@@ -139,7 +144,7 @@ class KDE_EXPORT KOPrefsDialogPlugins : public KPrefsModule
class KDE_EXPORT KOPrefsDesignerFields : public KPIM::KCMDesignerFields
{
public:
- KOPrefsDesignerFields( TQWidget *parent = 0, const char *name = 0 );
+ KOPrefsDesignerFields( TQWidget *tqparent = 0, const char *name = 0 );
protected:
TQString localUiDir();