diff options
Diffstat (limited to 'kplato/kptcalendarlistdialogbase.cc')
-rw-r--r-- | kplato/kptcalendarlistdialogbase.cc | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/kplato/kptcalendarlistdialogbase.cc b/kplato/kptcalendarlistdialogbase.cc index acac2637..b7207f82 100644 --- a/kplato/kptcalendarlistdialogbase.cc +++ b/kplato/kptcalendarlistdialogbase.cc @@ -20,19 +20,19 @@ #include "kptcalendarlistdialogbase.h" #include "kptcalendaredit.h" -#include <qvariant.h> -#include <qframe.h> -#include <qgroupbox.h> -#include <qheader.h> -#include <qlistview.h> -#include <qlineedit.h> -#include <qpushbutton.h> -#include <qtable.h> -#include <qlayout.h> -#include <qtooltip.h> -#include <qwhatsthis.h> -#include <qlabel.h> -#include <qcombobox.h> +#include <tqvariant.h> +#include <tqframe.h> +#include <tqgroupbox.h> +#include <tqheader.h> +#include <tqlistview.h> +#include <tqlineedit.h> +#include <tqpushbutton.h> +#include <tqtable.h> +#include <tqlayout.h> +#include <tqtooltip.h> +#include <tqwhatsthis.h> +#include <tqlabel.h> +#include <tqcombobox.h> #include <klocale.h> #include <kdebug.h> @@ -40,13 +40,13 @@ namespace KPlato { -CalendarListDialogBase::CalendarListDialogBase( QWidget* parent, const char* name, WFlags fl ) - : CalendarListPanel( parent, name, fl ) +CalendarListDialogBase::CalendarListDialogBase( TQWidget* tqparent, const char* name, WFlags fl ) + : CalendarListPanel( tqparent, name, fl ) { if ( !name ) setName( "CalendarListDialogBase" ); - QVBoxLayout *l = new QVBoxLayout(calendarBox); + TQVBoxLayout *l = new TQVBoxLayout(calendarBox); calendar = new CalendarEdit(calendarBox); l->addWidget(calendar); } |