-rw-r--r-- | korganizer/kofilterview_base.cpp | 2 | ||||
-rw-r--r-- | korganizer/korganizerE.pro | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/korganizer/kofilterview_base.cpp b/korganizer/kofilterview_base.cpp index 6709630..2bb8959 100644 --- a/korganizer/kofilterview_base.cpp +++ b/korganizer/kofilterview_base.cpp @@ -1,52 +1,52 @@ /**************************************************************************** ** Form implementation generated from reading ui file 'kofilterview_base.ui' ** -** Created: Sat Jun 26 17:24:07 2004 +** 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 <qcheckbox.h> #include <qcombobox.h> #include <qframe.h> #include <qpushbutton.h> #include <qlayout.h> #include <qvariant.h> #include <qtooltip.h> #include <qwhatsthis.h> /* * 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 ); diff --git a/korganizer/korganizerE.pro b/korganizer/korganizerE.pro index b1179d4..676bc3a 100644 --- a/korganizer/korganizerE.pro +++ b/korganizer/korganizerE.pro @@ -1,70 +1,70 @@ TEMPLATE = app CONFIG += qt warn_on TARGET = kopi OBJECTS_DIR = obj/$(PLATFORM) MOC_DIR = moc/$(PLATFORM) DESTDIR=$(QPEDIR)/bin INCLUDEPATH += ../microkde ../microkde/kdecore ../microkde/kio/kfile ../microkde/kdeui ../qtcompat ../ interfaces ../kabc $(QPEDIR)/include #../libkabcwrap DEFINES += KORG_NODND KORG_NOPLUGINS KORG_NOARCHIVE KORG_NOMAIL DEFINES += KORG_NOPRINTER KORG_NODCOP KORG_NOKALARMD KORG_NORESOURCEVIEW KORG_NOSPLITTER DEFINES += KORG_NOLVALTERNATION #KORG_NOKABC LIBS += -lmicrokdepim LIBS += -lmicrokcal LIBS += -lmicrokde LIBS += -lmicroqtcompat LIBS += -lmicrokabc #LIBS += -lmicrokabcwrap LIBS += -lqpe LIBS += -ljpeg -#LIBS += $(QTOPIALIB) +LIBS += $(QTOPIALIB) LIBS += -L$(QPEDIR)/lib INTERFACES = kofilterview_base.ui #filteredit_base.ui HEADERS = \ wordsgerman.h \ filteredit_base.h \ alarmclient.h \ calendarview.h \ customlistviewitem.h \ datenavigator.h \ docprefs.h \ filtereditdialog.h \ incomingdialog.h \ incomingdialog_base.h \ interfaces/korganizer/baseview.h \ interfaces/korganizer/calendarviewbase.h \ journalentry.h \ kdateedit.h \ kdatenavigator.h \ koagenda.h \ koagendaitem.h \ koagendaview.h \ kocounterdialog.h \ kodaymatrix.h \ kodialogmanager.h \ koeditordetails.h \ koeditorgeneral.h \ koeditorgeneralevent.h \ koeditorgeneraltodo.h \ koeditorrecurrence.h \ koeventeditor.h \ koeventpopupmenu.h \ koeventview.h \ koeventviewer.h \ koeventviewerdialog.h \ kofilterview.h \ koglobals.h \ koincidenceeditor.h \ kojournalview.h \ kolistview.h \ kolocationbox.h \ komonthview.h \ koprefs.h \ koprefsdialog.h \ kosyncprefsdialog.h \ kotimespanview.h \ |