diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:08:47 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:08:47 -0600 |
commit | 210090aed352271bcd474b28db9644d9461d7189 (patch) | |
tree | 90a41c57403e068d3d7616952c02aa3af88f3d7c /libtdepim/kprefsdialog.h | |
parent | 4bed3ea970817c21a63e468df8e8a45517f751bb (diff) | |
download | tdepim-210090aed352271bcd474b28db9644d9461d7189.tar.gz tdepim-210090aed352271bcd474b28db9644d9461d7189.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'libtdepim/kprefsdialog.h')
-rw-r--r-- | libtdepim/kprefsdialog.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libtdepim/kprefsdialog.h b/libtdepim/kprefsdialog.h index 907989f8c..4ef604ee2 100644 --- a/libtdepim/kprefsdialog.h +++ b/libtdepim/kprefsdialog.h @@ -58,7 +58,7 @@ class KURLRequester; class KDE_EXPORT KPrefsWid : public TQObject { Q_OBJECT - TQ_OBJECT + public: /** This function is called to read value of the setting from the @@ -279,7 +279,7 @@ class KDE_EXPORT KPrefsWidDate : public KPrefsWid class KDE_EXPORT KPrefsWidColor : public KPrefsWid { Q_OBJECT - TQ_OBJECT + public: /** Create a color value control element consisting of a test field and a @@ -322,7 +322,7 @@ class KDE_EXPORT KPrefsWidColor : public KPrefsWid class KDE_EXPORT KPrefsWidFont : public KPrefsWid { Q_OBJECT - TQ_OBJECT + public: /** Create a font value control element consisting of a test field and a @@ -721,7 +721,7 @@ class KDE_EXPORT KPrefsWidManager class KDE_EXPORT KPrefsDialog : public KDialogBase, public KPrefsWidManager { Q_OBJECT - TQ_OBJECT + public: /** Create a KPrefsDialog for a KPrefs object. @@ -775,7 +775,7 @@ class KDE_EXPORT KPrefsDialog : public KDialogBase, public KPrefsWidManager class KDE_EXPORT KPrefsModule : public KCModule, public KPrefsWidManager { Q_OBJECT - TQ_OBJECT + public: KPrefsModule( KConfigSkeleton *, TQWidget *parent = 0, const char *name = 0 ); |