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/profilecertoptions.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/profilecertoptions.cpp') diff --git a/src/profilecertoptions.cpp b/src/profilecertoptions.cpp index 3558144..f0db6de 100644 --- a/src/profilecertoptions.cpp +++ b/src/profilecertoptions.cpp @@ -19,17 +19,17 @@ ***************************************************************************/ #include "profilecertoptions.h" -#include -#include +#include +#include #include #include -#include +#include #include #include #include "widgetnotifyhelper.h" #include -ProfileCertOptions::ProfileCertOptions(QWidget *parent) +ProfileCertOptions::ProfileCertOptions(TQWidget *parent) : ProfileCertOptionsBase(parent) { WidgetNotifyHelper h; -- cgit v1.2.1