summaryrefslogtreecommitdiffstats
path: root/src/widgets/qbutton.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/qbutton.cpp')
-rw-r--r--src/widgets/qbutton.cpp26
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.