kpilot Library API Documentation

dbFlagsEditor_base.ui.h

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
KDE Logo
This file is part of the documentation for kpilot Library Version 3.2.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Sat May 1 11:36:46 2004 by doxygen 1.2.15 written by Dimitri van Heesch, © 1997-2003