summaryrefslogtreecommitdiffstats
path: root/korganizer/archivedialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'korganizer/archivedialog.h')
-rw-r--r--korganizer/archivedialog.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/korganizer/archivedialog.h b/korganizer/archivedialog.h
index 011e213f..c6319409 100644
--- a/korganizer/archivedialog.h
+++ b/korganizer/archivedialog.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 _ARCHIVE_DLG
#define _ARCHIVE_DLG
@@ -41,8 +41,9 @@ using namespace KCal;
class ArchiveDialog : public KDialogBase
{
Q_OBJECT
+ TQ_OBJECT
public:
- ArchiveDialog(Calendar *calendar,TQWidget *parent=0, const char *name=0);
+ ArchiveDialog(Calendar *calendar,TQWidget *tqparent=0, const char *name=0);
virtual ~ArchiveDialog();
signals: