diff options
Diffstat (limited to 'libkdepim/ktimeedit.h')
-rw-r--r-- | libkdepim/ktimeedit.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/libkdepim/ktimeedit.h b/libkdepim/ktimeedit.h index 609c64007..1bd86bdf1 100644 --- a/libkdepim/ktimeedit.h +++ b/libkdepim/ktimeedit.h @@ -19,8 +19,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 _KTIMEEDIT_H #define _KTIMEEDIT_H @@ -41,12 +41,13 @@ @short Provides a way to edit times in a user-friendly manner. @author Preston Brown, Ian Dawes */ -class KDE_EXPORT KTimeEdit : public QComboBox +class KDE_EXPORT KTimeEdit : public TQComboBox { Q_OBJECT + TQ_OBJECT public: /** constructs a new time edit. */ - KTimeEdit(TQWidget *parent=0, TQTime qt=TQTime(12,0), const char *name=0); + KTimeEdit(TQWidget *tqparent=0, TQTime qt=TQTime(12,0), const char *name=0); virtual ~KTimeEdit(); |