summaryrefslogtreecommitdiffstats
path: root/src/widgets/qlineedit.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-26 23:32:43 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-26 23:32:43 -0600
commitea318d1431c89e647598c510c4245c6571aa5f46 (patch)
tree996d29b80c30d453dda86d1a23162d441628f169 /src/widgets/qlineedit.cpp
parentaaf89d4b48f69c9293feb187db26362e550b5561 (diff)
downloadtqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz
tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip
Update to latest tqt3 automated conversion
Diffstat (limited to 'src/widgets/qlineedit.cpp')
-rw-r--r--src/widgets/qlineedit.cpp38
1 files changed, 19 insertions, 19 deletions
diff --git a/src/widgets/qlineedit.cpp b/src/widgets/qlineedit.cpp
index 2a4ef1c47..74976e2ef 100644
--- a/src/widgets/qlineedit.cpp
+++ b/src/widgets/qlineedit.cpp
@@ -38,37 +38,37 @@
**
**********************************************************************/
-#include "qlineedit.h"
+#include "ntqlineedit.h"
#ifndef QT_NO_LINEEDIT
// Keep this position to avoid patch rejection
#ifndef QT_NO_IM
-#include "qinputcontext.h"
+#include "ntqinputcontext.h"
#endif
-#include "qpainter.h"
-#include "qdrawutil.h"
-#include "qfontmetrics.h"
-#include "qpixmap.h"
-#include "qclipboard.h"
-#include "qapplication.h"
-#include "qvalidator.h"
-#include "qdragobject.h"
-#include "qtimer.h"
-#include "qpopupmenu.h"
-#include "qstringlist.h"
-#include "qguardedptr.h"
-#include "qstyle.h"
-#include "qwhatsthis.h"
+#include "ntqpainter.h"
+#include "ntqdrawutil.h"
+#include "ntqfontmetrics.h"
+#include "ntqpixmap.h"
+#include "ntqclipboard.h"
+#include "ntqapplication.h"
+#include "ntqvalidator.h"
+#include "ntqdragobject.h"
+#include "ntqtimer.h"
+#include "ntqpopupmenu.h"
+#include "ntqstringlist.h"
+#include "ntqguardedptr.h"
+#include "ntqstyle.h"
+#include "ntqwhatsthis.h"
#include "../kernel/qinternal_p.h"
#include "private/qtextlayout_p.h"
-#include "qvaluevector.h"
+#include "ntqvaluevector.h"
#if defined(QT_ACCESSIBILITY_SUPPORT)
-#include "qaccessible.h"
+#include "ntqaccessible.h"
#endif
#ifndef QT_NO_ACCEL
-#include "qkeysequence.h"
+#include "ntqkeysequence.h"
#define ACCEL_KEY(k) "\t" + TQString(TQKeySequence( TQt::CTRL | TQt::Key_ ## k ))
#else
#define ACCEL_KEY(k) "\t" + TQString("Ctrl+" #k)