From 3ba4450e5a9bf537b87b4da0228d1c41ab6030f5 Mon Sep 17 00:00:00 2001 From: zautrix Date: Tue, 29 Jun 2004 18:58:49 +0000 Subject: Removed auto generated files --- diff --git a/korganizer/kofilterview_base.cpp b/korganizer/kofilterview_base.cpp deleted file mode 100644 index 2bb8959..0000000 --- a/korganizer/kofilterview_base.cpp +++ b/dev/null @@ -1,62 +0,0 @@ -/**************************************************************************** -** Form implementation generated from reading ui file 'kofilterview_base.ui' -** -** Created: Tue Jun 29 20:36:37 2004 -** by: The User Interface Compiler (uic) -** -** WARNING! All changes made in this file will be lost! -****************************************************************************/ -#include "kofilterview_base.h" - -#include -#include -#include -#include -#include -#include -#include -#include - -/* - * Constructs a KOFilterView_base which is a child of 'parent', with the - * name 'name' and widget flags set to 'f' - */ -KOFilterView_base::KOFilterView_base( QWidget* parent, const char* name, WFlags fl ) - : QWidget( parent, name, fl ) -{ - if ( !name ) - setName( "KOFilterView_base" ); - resize( 100, 100 ); - setCaption( tr( "Form2" ) ); - KOFilterView_baseLayout = new QVBoxLayout( this ); - KOFilterView_baseLayout->setSpacing( 2 ); - KOFilterView_baseLayout->setMargin( 2 ); - - Frame11 = new QFrame( this, "Frame11" ); - Frame11->setFrameShadow( QFrame::Raised ); - Frame11->setFrameShape( QFrame::StyledPanel ); - Frame11Layout = new QVBoxLayout( Frame11 ); - Frame11Layout->setSpacing( 1 ); - Frame11Layout->setMargin( 2 ); - - mEnabledCheck = new QCheckBox( Frame11, "mEnabledCheck" ); - mEnabledCheck->setText( tr( "Filter enabled" ) ); - Frame11Layout->addWidget( mEnabledCheck ); - - mSelectionCombo = new QComboBox( FALSE, Frame11, "mSelectionCombo" ); - Frame11Layout->addWidget( mSelectionCombo ); - KOFilterView_baseLayout->addWidget( Frame11 ); - - mEditButton = new QPushButton( this, "mEditButton" ); - mEditButton->setText( tr( "Edit Filters" ) ); - KOFilterView_baseLayout->addWidget( mEditButton ); -} - -/* - * Destroys the object and frees any allocated resources - */ -KOFilterView_base::~KOFilterView_base() -{ - // no need to delete child widgets, Qt does it all for us -} - diff --git a/korganizer/kofilterview_base.h b/korganizer/kofilterview_base.h deleted file mode 100644 index ed084ce..0000000 --- a/korganizer/kofilterview_base.h +++ b/dev/null @@ -1,40 +0,0 @@ -/**************************************************************************** -** Form interface generated from reading ui file 'kofilterview_base.ui' -** -** Created: Sat Jun 26 17:22:53 2004 -** by: The User Interface Compiler (uic) -** -** WARNING! All changes made in this file will be lost! -****************************************************************************/ -#ifndef KOFILTERVIEW_BASE_H -#define KOFILTERVIEW_BASE_H - -#include -#include -class QVBoxLayout; -class QHBoxLayout; -class QGridLayout; -class QCheckBox; -class QComboBox; -class QFrame; -class QPushButton; - -class KOFilterView_base : public QWidget -{ - Q_OBJECT - -public: - KOFilterView_base( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); - ~KOFilterView_base(); - - QFrame* Frame11; - QCheckBox* mEnabledCheck; - QComboBox* mSelectionCombo; - QPushButton* mEditButton; - -protected: - QVBoxLayout* KOFilterView_baseLayout; - QVBoxLayout* Frame11Layout; -}; - -#endif // KOFILTERVIEW_BASE_H -- cgit v0.9.0.2