diff options
author | Timothy Pearson <[email protected]> | 2012-01-26 23:32:43 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-01-26 23:32:43 -0600 |
commit | ea318d1431c89e647598c510c4245c6571aa5f46 (patch) | |
tree | 996d29b80c30d453dda86d1a23162d441628f169 /src/widgets/qbutton.cpp | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'src/widgets/qbutton.cpp')
-rw-r--r-- | src/widgets/qbutton.cpp | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/src/widgets/qbutton.cpp b/src/widgets/qbutton.cpp index 220dba2fe..a34486808 100644 --- a/src/widgets/qbutton.cpp +++ b/src/widgets/qbutton.cpp @@ -39,22 +39,22 @@ **********************************************************************/ #undef QT_NO_COMPAT -#include "qbutton.h" +#include "ntqbutton.h" #ifndef QT_NO_BUTTON -#include "qbuttongroup.h" -#include "qbitmap.h" -#include "qpainter.h" -#include "qtimer.h" -#include "qaccel.h" -#include "qpixmapcache.h" -#include "qapplication.h" -#include "qpushbutton.h" -#include "qradiobutton.h" -#include "qguardedptr.h" +#include "ntqbuttongroup.h" +#include "ntqbitmap.h" +#include "ntqpainter.h" +#include "ntqtimer.h" +#include "ntqaccel.h" +#include "ntqpixmapcache.h" +#include "ntqapplication.h" +#include "ntqpushbutton.h" +#include "ntqradiobutton.h" +#include "ntqguardedptr.h" #include "../kernel/qinternal_p.h" #if defined(QT_ACCESSIBILITY_SUPPORT) -#include "qaccessible.h" +#include "ntqaccessible.h" #endif #define AUTO_REPEAT_DELAY 300 @@ -127,7 +127,7 @@ TQTimer *TQButton::timer() /*! - \class TQButton qbutton.h + \class TQButton ntqbutton.h \brief The TQButton class is the abstract base class of button widgets, providing functionality common to buttons. |