diff options
Diffstat (limited to 'korganizer/importdialog.h')
-rw-r--r-- | korganizer/importdialog.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/korganizer/importdialog.h b/korganizer/importdialog.h index 75d5cb1a7..1ee42a159 100644 --- a/korganizer/importdialog.h +++ b/korganizer/importdialog.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 IMPORTDIALOG_H #define IMPORTDIALOG_H @@ -35,8 +35,9 @@ class TQRadioButton; class ImportDialog : public KDialogBase { Q_OBJECT + TQ_OBJECT public: - ImportDialog( const KURL &url, TQWidget *parent, bool isPart ); + ImportDialog( const KURL &url, TQWidget *tqparent, bool isPart ); ~ImportDialog(); public slots: |