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