From 1b89319fd93b88313cab40f1e9de24c067b04efb Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 6 Dec 2011 14:15:01 -0600 Subject: Initial TQt conversion --- src/profilepptpoptions.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/profilepptpoptions.h') diff --git a/src/profilepptpoptions.h b/src/profilepptpoptions.h index 9846351..46b01e2 100644 --- a/src/profilepptpoptions.h +++ b/src/profilepptpoptions.h @@ -21,7 +21,7 @@ #define PROFILEPPTPOPTIONS_H #include "profilepptpoptionsbase.h" -#include +#include /** @author Christoph Thielecke @@ -29,8 +29,9 @@ class ProfilePptpOptions : public ProfilePptpOptionsBase { Q_OBJECT + TQ_OBJECT public: - ProfilePptpOptions(QWidget *parent); + ProfilePptpOptions(TQWidget *parent); ~ProfilePptpOptions(); bool dialogModified; -- cgit v1.2.1