kpilot
dbFlagsEditor_base.ui.h
Go to the documentation of this file.00001 /**************************************************************************** 00002 ** ui.h extension file, included from the uic-generated form implementation. 00003 ** 00004 ** If you wish to add, delete or rename functions or slots use 00005 ** Qt Designer which will update this file, preserving your code. Create an 00006 ** init() function in place of a constructor, and a destroy() function in 00007 ** place of a destructor. 00008 *****************************************************************************/ 00009 #ifndef KDE_VERSION 00010 #include <kdeversion.h> 00011 #endif 00012 00013 #if KDE_IS_VERSION(3,1,90) 00014 #include <ktimewidget.h> 00015 #else 00016 #warning "Workaround for KTimeWidget in KDE 3.1" 00017 class KTimeWidget : public QWidget 00018 { 00019 public: 00020 KTimeWidget(QWidget *p, const char *n) : QWidget(p,n) {}; 00021 } ; 00022 00023 00024 #endif